We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3c358 commit c9f5ee3Copy full SHA for c9f5ee3
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: Set up JDK 17
@@ -20,7 +20,7 @@ jobs:
20
java-version: 17
21
cache: maven
22
- name: Cache SonarCloud packages
23
- uses: actions/cache@v1
+ uses: actions/cache@v4
24
25
path: ~/.sonar/cache
26
key: ${{ runner.os }}-sonar
0 commit comments