Skip to content

Commit

Permalink
Merge pull request #65 from camunda-community-hub/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/cache-3.3.2

build(deps): bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
skayliu authored Feb 20, 2024
2 parents 071b7e1 + 070a297 commit afd7795
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].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit afd7795

Please sign in to comment.