Skip to content

Commit 0b198dd

Browse files
Merge pull request #5 from castle-engine/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1aece4f + d2d79bb commit 0b198dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434

3535
- name: Package Windows
3636
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383
needs: [release]
8484
steps:
85-
- uses: actions/checkout@v5
85+
- uses: actions/checkout@v6
8686
- name: Update Release Tag
8787
if: ${{ github.ref == 'refs/heads/master' }}
8888
run: |

0 commit comments

Comments
 (0)