Skip to content

Commit 3ae7d0c

Browse files
authored
Merge pull request #36 from BluevaDevelopment/dependabot/github_actions/actions/cache-4.1.2
Bump actions/cache from 4.0.2 to 4.1.2
2 parents f574955 + 0820a48 commit 3ae7d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
mvn -B package --file pom.xml
1919
mkdir staging && cp target/*.jar staging
2020
- name: Step 4 - Set up a cache for Maven
21-
uses: actions/cache@v4.0.2
21+
uses: actions/cache@v4.1.2
2222
with:
2323
path: ~/.m2
2424
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)