Skip to content

Commit a02887a

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 31e427d commit a02887a

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
@@ -16,15 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
container: kambi/castle-engine-cloud-builds-tools:cge-none
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- run: make all
2121

2222
test-fpc331:
2323
name: FPC 3.3.1
2424
runs-on: ubuntu-latest
2525
container: kambi/castle-engine-cloud-builds-tools:cge-none-fpc331
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- run: make all-fpc331
2929

3030
delphi_test:
@@ -36,7 +36,7 @@ jobs:
3636
]
3737
runs-on: ${{ matrix.host-label }}
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040
- name: Delphi Build (Win32)
4141
run: make all-delphi-win32
4242
- name: Delphi Build (Win64)

0 commit comments

Comments
 (0)