Skip to content

Commit 49a67cb

Browse files
committed
Update actions/checkout to version 7.0.0 in workflow files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
1 parent a4a27f5 commit 49a67cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-mod-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Check Out Repo (Commit)
42-
uses: actions/checkout@v7
42+
uses: actions/checkout@v7.0.0
4343
if: ${{ github.event_name != 'pull_request_target' }}
4444
with:
4545
persist-credentials: false
4646

4747
- name: Check Out Repo (PR)
48-
uses: actions/checkout@v7
48+
uses: actions/checkout@v7.0.0
4949
if: ${{ github.event_name == 'pull_request_target' }}
5050
with:
5151
ref: ${{ github.event.pull_request.head.sha }}
@@ -70,7 +70,7 @@ jobs:
7070
echo "> MULTI_ARCH=${{ inputs.MULTI_ARCH || 'false' }}" >> $GITHUB_STEP_SUMMARY
7171
7272
- name: Set up QEMU
73-
uses: docker/setup-qemu-action@v4
73+
uses: docker/setup-qemu-action@v4.2.0
7474

7575
- name: Build image
7676
run: |

.github/workflows/init-svc-executable-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
permission_check:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v7
9+
- uses: actions/checkout@v7.0.0
1010
with:
1111
ref: ${{ github.event.pull_request.head.sha }}
1212
persist-credentials: false

0 commit comments

Comments
 (0)