Skip to content

Commit 332370c

Browse files
chore(deps): update actions/checkout action to v4
1 parent c54b014 commit 332370c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-with-patches.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
latestHash: ${{ steps.release-tag.outputs.latestHash }}
1111
tag: ${{ steps.release-tag.outputs.tag }}
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
submodules: true
@@ -24,7 +24,7 @@ jobs:
2424
needs: [calculate-tag]
2525
if: needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
submodules: true
3030
fetch-depth: 0
@@ -44,7 +44,7 @@ jobs:
4444
needs: [calculate-tag]
4545
if: needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
with:
4949
submodules: true
5050
fetch-depth: 0
@@ -70,7 +70,7 @@ jobs:
7070
needs: ["calculate-tag", "build", "test"]
7171
if: github.ref == 'refs/heads/distribution' && needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
7272
steps:
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v4
7474
with:
7575
fetch-depth: 0
7676
submodules: true

.github/workflows/sync-upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
application_id: ${{ secrets.XING_ACTIONS_APP_ID }}
1717
application_private_key: ${{ secrets.XING_ACTIONS_PRIVATE_KEY }}
1818
permissions: "contents:write,workflows:write"
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
name: Reset xing/act#master to latest nektos/act#master
2121
with:
2222
ref: master
@@ -28,7 +28,7 @@ jobs:
2828
git fetch upstream
2929
git reset --hard upstream/master
3030
git push --follow-tags --force origin master
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
name: Update act submodule and push to xing/act#distribution
3333
with:
3434
ref: distribution

0 commit comments

Comments
 (0)