Skip to content

Commit e180a17

Browse files
Merge pull request #12 from castle-engine/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e7c05d6 + e966c8a commit e180a17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030

3131
- name: Package Windows
3232
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
@@ -72,7 +72,7 @@ jobs:
7272
name: Build Using macOS
7373
runs-on: macos-15-intel
7474
steps:
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676
- name: Install FPC
7777
run: brew install fpc
7878

@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
needs: [release]
124124
steps:
125-
- uses: actions/checkout@v5
125+
- uses: actions/checkout@v6
126126
- name: Update Release Tag
127127
if: ${{ github.ref == 'refs/heads/master' }}
128128
run: |

0 commit comments

Comments
 (0)