Skip to content

Commit

Permalink
Merge branch 'main' of github.com:navikt/emottak-test-client
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanskodje committed Oct 24, 2024
2 parents 04bad3a + 6bbf28a commit d39d034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
distribution: temurin

- name: "Cache gradle wrapper"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

- name: "Cache Gradle packages"
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-cache-${{ hashFiles('build.gradle') }}
Expand Down

0 comments on commit d39d034

Please sign in to comment.