Skip to content

Commit b1a177b

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

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
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
container: kambi/castle-engine-cloud-builds-tools:cge-unstable
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434

3535
- name: Package Windows
3636
run: castle-engine package --os=win64 --cpu=x86_64 --verbose
@@ -71,7 +71,7 @@ jobs:
7171
name: Build Using macOS
7272
runs-on: macos-latest
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
- name: Install FPC+Lazarus
7676
uses: gcarreno/setup-lazarus@v3.3.1
7777
with:
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
needs: [release]
124124
steps:
125-
- uses: actions/checkout@v4
125+
- uses: actions/checkout@v5
126126
- name: Update Release Tag
127127
if: ${{ github.ref == 'refs/heads/master' }}
128128
run: |

0 commit comments

Comments
 (0)