Skip to content

Commit e5ecdc0

Browse files
Bump actions/cache from 3.0.5 to 3.0.8 (#679)
1 parent 7f767e2 commit e5ecdc0

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.5
38+
uses: actions/cache@v3.0.8
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.5
81+
uses: actions/cache@v3.0.8
8282
with:
8383
path: ~/.gradle/caches
8484
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)