Skip to content

Commit f28f45c

Browse files
authored
Merge pull request #59 from OpenLiberty/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 5a2b300 + bd83cea commit f28f45c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
15+
uses: actions/checkout@v7
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@v6
21+
uses: actions/checkout@v7
2222
with:
2323
path: tools/
2424
repository: openliberty/guides-common
@@ -65,7 +65,7 @@ jobs:
6565
run:
6666
working-directory: finish
6767
steps:
68-
- uses: actions/checkout@v6
68+
- uses: actions/checkout@v7
6969
- name: Set up JDK 21
7070
uses: actions/setup-java@v5
7171
with:

0 commit comments

Comments
 (0)