Skip to content

Commit a6c6e88

Browse files
Update actions/cache action to v3.5.0
1 parent a3d9dd2 commit a6c6e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get clean
3030
df -h
3131
- uses: actions/checkout@v2
32-
- uses: actions/cache@v3.2.6
32+
- uses: actions/cache@v3.5.0
3333
with:
3434
path: ~/.gradle/caches
3535
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)