Skip to content

Commit a52de4d

Browse files
Bump actions/cache from 3.0.8 to 3.0.9 (#695)
1 parent 03b6bdb commit a52de4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
java-version: ${{ matrix.java }}
3636

3737
- name: Cache
38-
uses: actions/cache@v3.0.8
38+
uses: actions/cache@v3
3939
with:
4040
path: ~/.gradle/caches
4141
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -78,7 +78,7 @@ jobs:
7878
distribution: 'adopt'
7979
java-version: 11
8080
- name: Cache
81-
uses: actions/cache@v3.0.8
81+
uses: actions/cache@v3
8282
with:
8383
path: ~/.gradle/caches
8484
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)