Skip to content

Commit 14b6b52

Browse files
Merge pull request #30 from modern-pascal/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 94e3284 + 4da8436 commit 14b6b52

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)