Skip to content

Commit 3bca9ae

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

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@v4
33+
- uses: actions/checkout@v5
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@v4
85+
- uses: actions/checkout@v5
8686
- name: Update Release Tag
8787
if: ${{ github.ref == 'refs/heads/master' }}
8888
run: |

0 commit comments

Comments
 (0)