Skip to content

Commit

Permalink
chore(deps): Bump actions/cache from 4.1.1 to 4.1.2 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent d1eb327 commit 2a1ce41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check-latest: true

- name: Set up cache for ~./m2/repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: pit-stryker-dashboard-reporter-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Set up cache for ~./m2/repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: pit-stryker-dashboard-reporter-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 2a1ce41

Please sign in to comment.