Skip to content

Commit

Permalink
Merge pull request #77 from camunda-community-hub/renovate/actions-ca…
Browse files Browse the repository at this point in the history
…che-3.x

chore(deps): update actions/cache action to v3.3.3
  • Loading branch information
skayliu authored Mar 12, 2024
2 parents a9330e5 + 11cfc30 commit e958239
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/[email protected].2
uses: actions/[email protected].3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit e958239

Please sign in to comment.