Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent c54b014 commit 332370c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-with-patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
latestHash: ${{ steps.release-tag.outputs.latestHash }}
tag: ${{ steps.release-tag.outputs.tag }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand All @@ -24,7 +24,7 @@ jobs:
needs: [calculate-tag]
if: needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand All @@ -44,7 +44,7 @@ jobs:
needs: [calculate-tag]
if: needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand All @@ -70,7 +70,7 @@ jobs:
needs: ["calculate-tag", "build", "test"]
if: github.ref == 'refs/heads/distribution' && needs.calculate-tag.outputs.versionHash != needs.calculate-tag.outputs.latestHash
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
application_id: ${{ secrets.XING_ACTIONS_APP_ID }}
application_private_key: ${{ secrets.XING_ACTIONS_PRIVATE_KEY }}
permissions: "contents:write,workflows:write"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Reset xing/act#master to latest nektos/act#master
with:
ref: master
Expand All @@ -28,7 +28,7 @@ jobs:
git fetch upstream
git reset --hard upstream/master
git push --follow-tags --force origin master
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Update act submodule and push to xing/act#distribution
with:
ref: distribution
Expand Down

0 comments on commit 332370c

Please sign in to comment.