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.
1 parent 6037282 commit 326f618Copy full SHA for 326f618
.github/workflows/codeql-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
# We must fetch at least the immediate parents so that if this is
22
# a pull request then we can checkout the head.
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
ports:
10
- 8000:8000
11
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Set up JDK 17
14
uses: actions/setup-java@v5
15
0 commit comments