Skip to content

Commit

Permalink
Merge pull request #177 from camunda-community-hub/renovate/actions-c…
Browse files Browse the repository at this point in the history
…ache-digest

chore(deps): update actions/cache digest to a2ed59d
  • Loading branch information
VonDerBeck authored Jan 18, 2024
2 parents 736e1ba + 3f1d06e commit dedb10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: 17
distribution: temurin
- name: Cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # pin@v2
uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 # pin@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit dedb10b

Please sign in to comment.