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 4adee66 commit f01d265Copy full SHA for f01d265
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: actions/setup-java@v4
17
with:
18
distribution: 'temurin' # See 'Supported distributions' for available options
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Checkout repository
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
0 commit comments