We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad76838 + e43899b commit 8cd5dfbCopy full SHA for 8cd5dfb
.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@v4
+ uses: actions/checkout@v5
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
@@ -62,7 +62,7 @@ jobs:
62
run:
63
working-directory: finish
64
65
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
66
- name: Set up JDK 21
67
uses: actions/setup-java@v4
68
0 commit comments