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 39c1907 commit 183d247Copy full SHA for 183d247
.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@v4
15
0 commit comments