Skip to content

Commit 296dcfe

Browse files
committed
Bump actions/cache 3.0.4 to 3.0.5
1 parent b541524 commit 296dcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v3
33-
- uses: actions/cache@v3.0.4
33+
- uses: actions/cache@v3.0.5
3434
with:
3535
path: ~/.m2/repository
3636
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)