Skip to content

Commit 9ebcc03

Browse files
Merge pull request #7 from castle-engine/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents b52a4a8 + 0d8dd58 commit 9ebcc03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
container: kambi/castle-engine-cloud-builds-tools:cge-none
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
# Set env CASTLE_ENGINE_PATH following
4747
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
4848
# https://brandur.org/fragments/github-actions-env-vars-in-env-vars
@@ -99,7 +99,7 @@ jobs:
9999
name: Build Using macOS
100100
runs-on: macos-15-intel
101101
steps:
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v6
103103
- name: Install FPC
104104
run: brew install fpc
105105

@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
needs: [release]
163163
steps:
164-
- uses: actions/checkout@v5
164+
- uses: actions/checkout@v6
165165
- name: Update Release Tag
166166
if: ${{ github.ref == 'refs/heads/master' }}
167167
run: |

0 commit comments

Comments
 (0)