mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-21 18:42:35 +01:00
[CI] Update sonar job to use cache@v4
Updates deprecated Node 16 to 20
This commit is contained in:
parent
0d4c1bee3f
commit
c34d30dc17
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Cache SonarCloud packages
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.sonar/cache
|
||||
key: ${{ runner.os }}-sonar
|
||||
|
Loading…
Reference in New Issue
Block a user