Skip to content

Commit

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

build(deps): bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
skayliu authored Dec 2, 2024
2 parents 01e7b33 + 05c7e2f commit dd6a4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit dd6a4bb

Please sign in to comment.