Skip to content

Commit

Permalink
Merge pull request #130 from camunda-community-hub/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/cache-3

chore(deps): bump actions/cache from 2 to 3
  • Loading branch information
VonDerBeck authored Oct 7, 2023
2 parents 55fd599 + 7bb2967 commit 2287aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
java-version: 17
- name: Cache
uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a # pin@v2
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # pin@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: release-detection
- uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 2287aae

Please sign in to comment.