Skip to content

Commit 23c5f83

Browse files
authored
Upgrade GitHub Actions to latest versions
1 parent 4fd6e6a commit 23c5f83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v1
1818
with:
1919
java-version: 17
2020
- name: Cache SonarCloud packages
21-
uses: actions/cache@v1
21+
uses: actions/cache@v3
2222
with:
2323
path: ~/.sonar/cache
2424
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)