Skip to content

Commit 434c4a5

Browse files
authored
Merge pull request #10908 from TeamNewPipe/node-20
Update workflows to use Node 20
2 parents 34a25d0 + c34d30d commit 434c4a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: gradle/wrapper-validation-action@v1
40+
- uses: gradle/wrapper-validation-action@v2
4141

4242
- name: create and checkout branch
4343
# push events already checked out the branch
@@ -123,7 +123,7 @@ jobs:
123123
cache: 'gradle'
124124

125125
- name: Cache SonarCloud packages
126-
uses: actions/cache@v3
126+
uses: actions/cache@v4
127127
with:
128128
path: ~/.sonar/cache
129129
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)