Skip to content

Commit bfa0dcd

Browse files
committed
TEST 3
1 parent 2638c5b commit bfa0dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-actions-cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838

3939
- name: Cache Maven packages
4040
if: matrix.build-system == 'maven'
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.m2/repository
4444
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4545
restore-keys: |
4646
${{ runner.os }}-maven-
4747
- name: Cache Gradle packages
4848
if: matrix.build-system == 'gradle'
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: |
5252
~/.gradle/caches
@@ -56,7 +56,7 @@ jobs:
5656
${{ runner.os }}-gradle-
5757
- name: Cache SBT packages
5858
if: matrix.build-system == 'sbt'
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
with:
6161
path: |
6262
~/.sbt

0 commit comments

Comments
 (0)