Skip to content

Commit bcbda97

Browse files
committed
ci: upgrade actions/cache to v4 to fix deprecation warning
1 parent 64a98a4 commit bcbda97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
4040

4141
- name: Cache Maven dependencies
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.m2/repository
4545
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)