Skip to content

Commit

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

build(deps): bump actions/cache from 3.3.3 to 4.0.2
  • Loading branch information
skayliu authored May 30, 2024
2 parents e0ae227 + f915726 commit ffd9d17
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@v3.3.3
uses: actions/cache@v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit ffd9d17

Please sign in to comment.