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

Commit d9e2360

Browse files
Merge pull request #1 from castle-engine/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 474231b + d879fbf commit d9e2360

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)