Skip to content

Commit

Permalink
Merge pull request #16 from virtualidentityag/fix/cache-version
Browse files Browse the repository at this point in the history
fix: actions cache version
  • Loading branch information
RunzelRosinchen authored Jan 10, 2025
2 parents 62970d6 + bb078eb commit 4ba39e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
architecture: x64

- name: Caching maven dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
architecture: x64

- name: Caching maven dependencies
uses: actions/cache@v1
uses: actions/cache@v4
env:
cache-name: cache-maven-dependencies
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
architecture: x64

- name: Caching maven dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 4ba39e3

Please sign in to comment.