Merge pull request #1153 from TeamNewPipe/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
Tobi 2024-03-18 08:51:24 +01:00 committed by GitHub
commit e3f2c9aec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
distribution: 'temurin'
- name: Cache Gradle dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

View File

@ -22,7 +22,7 @@ jobs:
distribution: 'temurin'
- name: Cache Gradle dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}