Skip to content

Commit 8cd5dfb

Browse files
authored
Merge pull request #13 from OpenLiberty/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ad76838 + e43899b commit 8cd5dfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
canSkip: ${{ steps.Checker.outputs.canSkip }}
1313
steps:
1414
- name: Get files
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
# super-linter needs the full git history to get the
1818
# list of files that changed across commits
1919
fetch-depth: 0
2020
- name: Get tools
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
path: tools/
2424
repository: openliberty/guides-common
@@ -62,7 +62,7 @@ jobs:
6262
run:
6363
working-directory: finish
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
- name: Set up JDK 21
6767
uses: actions/setup-java@v4
6868
with:

0 commit comments

Comments
 (0)