Skip to content

Commit d2d79bb

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1aece4f commit d2d79bb

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)