Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit d879fbf

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 474231b commit d879fbf

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
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
# Package application
2828
- name: Package Windows / x86_64
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
needs: [release]
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
- name: Update Release Tag
7373
if: ${{ github.ref == 'refs/heads/master' }}
7474
run: |

0 commit comments

Comments
 (0)