Skip to content

Commit 4da8436

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] <[email protected]>
1 parent 94e3284 commit 4da8436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# require it, FPC 3.2.0 is not enough.
2424
container: kambi/castle-engine-cloud-builds-tools:cge-none-fpc331
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- run: cd code-samples/ && make
2828

2929
delphi_test:
@@ -35,7 +35,7 @@ jobs:
3535
]
3636
runs-on: ${{ matrix.host-label }}
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- name: Delphi Build (Win32)
4040
run: cd code-samples/ && make all-delphi-win32
4141
- name: Delphi Build (Win64)

0 commit comments

Comments
 (0)