Skip to content

Commit 0631906

Browse files
Merge pull request #7 from castle-engine/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 03bce55 + dd76e0a commit 0631906

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
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
container: kambi/castle-engine-cloud-builds-tools:cge-none
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
# Set env CASTLE_ENGINE_PATH following
4545
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
4646
# https://brandur.org/fragments/github-actions-env-vars-in-env-vars
@@ -81,7 +81,7 @@ jobs:
8181
name: Build Using macOS
8282
runs-on: macos-15-intel
8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585
- name: Install FPC
8686
run: brew install fpc
8787

@@ -131,7 +131,7 @@ jobs:
131131
runs-on: ubuntu-latest
132132
needs: [release]
133133
steps:
134-
- uses: actions/checkout@v5
134+
- uses: actions/checkout@v6
135135
- name: Update Release Tag
136136
if: ${{ github.ref == 'refs/heads/master' }}
137137
run: |

0 commit comments

Comments
 (0)