mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-30 14:52:59 +00:00
[CI] Update sonar job to use cache@v4
Updates deprecated Node 16 to 20
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user