Skip to content

Commit a1c0f40

Browse files
renovate-botjonashackt
authored andcommitted
Update actions/cache action to v3
1 parent e2d5493 commit a1c0f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-image-compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010

1111
- name: Cache SDKMAN installation
12-
uses: actions/cache@v2
12+
uses: actions/cache@v3
1313
with:
1414
path: ~/.sdkman
1515
key: ${{ runner.os }}-sdkman-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)