Skip to content

Commit

Permalink
Bump GH checkout CI action version (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Nov 9, 2024
1 parent 3663d37 commit efc9d67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Clone - PR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pr

- name: Clone - Master
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MFlowCode/MFC
ref: master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cleanliness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
master_everything: 0
steps:
- name: Clone - PR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pr
- name: Clone - Master
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MFlowCode/MFC
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build & Test
if: matrix.lbl == 'gt'
Expand Down

0 comments on commit efc9d67

Please sign in to comment.