Skip to content

Commit

Permalink
Merge pull request #29 from zequipe/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
zaikunzhang authored Mar 15, 2024
2 parents e5afb5e + b4c08b9 commit bdb1075
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copyfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:

- name: Clone Repository (Latest)
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
crash_indicator: false
steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Set up MATLAB
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mex_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2


- name: prepare for cache restore for Intel oneAPI on macOS
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
steps:

- name: Clone Repository (Latest)
uses: actions/[email protected].1
uses: actions/[email protected].2
if: github.event.inputs.git-ref == ''
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
submodules: recursive
- name: Clone Repository (Custom Ref)
uses: actions/[email protected].1
uses: actions/[email protected].2
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/recursive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@ jobs:
steps:

- name: Clone Repository (Latest)
uses: actions/[email protected].1
uses: actions/[email protected].2
if: github.event.inputs.git-ref == ''
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
submodules: recursive
- name: Clone Repository (Custom Ref)
uses: actions/[email protected].1
uses: actions/[email protected].2
if: github.event.inputs.git-ref != ''
with:
ref: ${{ github.event.inputs.git-ref }}
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
submodules: recursive
- name: Clone setup_mex
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: equipez/setup_mex
path: setup_mex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/successful_fix_crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
crash_indicator: false
steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Link gfortran for MATLAB on Linux
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2


- name: prepare for cache restore for Intel oneAPI on macOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsuccessful_fix_crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
crash_indicator: false
steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Link gfortran for MATLAB on Linux
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit bdb1075

Please sign in to comment.