Skip to content

Commit c5dabc6

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbfd48b commit c5dabc6

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

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

0 commit comments

Comments
 (0)