We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a2b300 + bd83cea commit f28f45cCopy full SHA for f28f45c
1 file changed
.github/workflows/test.yml
@@ -12,13 +12,13 @@ jobs:
12
canSkip: ${{ steps.Checker.outputs.canSkip }}
13
steps:
14
- name: Get files
15
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
16
with:
17
# super-linter needs the full git history to get the
18
# list of files that changed across commits
19
fetch-depth: 0
20
- name: Get tools
21
22
23
path: tools/
24
repository: openliberty/guides-common
@@ -65,7 +65,7 @@ jobs:
65
run:
66
working-directory: finish
67
68
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
69
- name: Set up JDK 21
70
uses: actions/setup-java@v5
71
0 commit comments