Skip to content

Commit

Permalink
Merge pull request TeamNewPipe#10908 from TeamNewPipe/node-20
Browse files Browse the repository at this point in the history
Update workflows to use Node 20
  • Loading branch information
Stypox authored Mar 27, 2024
2 parents 34a25d0 + c34d30d commit 434c4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v2

- name: create and checkout branch
# push events already checked out the branch
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 434c4a5

Please sign in to comment.