Skip to content

Commit

Permalink
Merge pull request #5 from navikt/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…ache-3

Bump actions/cache from 2 to 3
  • Loading branch information
alpet authored Sep 18, 2023
2 parents edf2409 + a261251 commit 60ac05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Cache Gradle packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-cache-${{ hashFiles('build.gradle') }}
Expand Down

0 comments on commit 60ac05a

Please sign in to comment.