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 6b65b09 + db2ae81 commit 6010a34Copy full SHA for 6010a34
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
21
22
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
- name: Set up JDK
25
uses: actions/setup-java@v3
26
with:
0 commit comments