Skip to content

Commit 5835cf5

Browse files
authored
Bump actions/cache version (#1036)
1 parent 1372e94 commit 5835cf5

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/build-jsp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Verify CLDR checkout ref
3030
run: echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
3131
- name: Cache CLDR repository
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: cldr
3535
key: cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
java-version: 11
5454
- name: Cache local Maven repository
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.m2/repository
5858
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/cache_retain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
java-version: 11
4444
- name: Cache local Maven repository
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.m2/repository
4848
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/cli-build-instructions.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Verify CLDR checkout ref
4646
run: echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
4747
- name: Cache CLDR repository
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: cldr
5151
key: cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
java-version: 11
7373
- name: Cache local Maven repository
74-
uses: actions/cache@v2
74+
uses: actions/cache@v4
7575
with:
7676
path: ~/.m2/repository
7777
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -113,7 +113,7 @@ jobs:
113113
- name: Verify CLDR checkout ref
114114
run: echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
115115
- name: Cache CLDR repository
116-
uses: actions/cache@v3
116+
uses: actions/cache@v4
117117
with:
118118
path: cldr/mine/src
119119
key: cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
java-version: 11
135135
- name: Cache local Maven repository
136-
uses: actions/cache@v2
136+
uses: actions/cache@v4
137137
with:
138138
path: ~/.m2/repository
139139
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -297,7 +297,7 @@ jobs:
297297
- name: Verify CLDR checkout ref
298298
run: echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
299299
- name: Cache CLDR repository
300-
uses: actions/cache@v3
300+
uses: actions/cache@v4
301301
with:
302302
path: cldr/mine/src
303303
key: cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -317,7 +317,7 @@ jobs:
317317
with:
318318
java-version: 11
319319
- name: Cache local Maven repository
320-
uses: actions/cache@v2
320+
uses: actions/cache@v4
321321
with:
322322
path: ~/.m2/repository
323323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -375,7 +375,7 @@ jobs:
375375
- name: Verify CLDR checkout ref
376376
run: echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
377377
- name: Cache CLDR repository
378-
uses: actions/cache@v3
378+
uses: actions/cache@v4
379379
with:
380380
path: cldr/mine/src
381381
key: cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -395,7 +395,7 @@ jobs:
395395
with:
396396
java-version: 11
397397
- name: Cache local Maven repository
398-
uses: actions/cache@v2
398+
uses: actions/cache@v4
399399
with:
400400
path: ~/.m2/repository
401401
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/push-jsp-on-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Verify CLDR checkout ref
1919
run: echo CLDR_REF="${{ steps.cldr_ref.outputs.CLDR_REF }}" && [ "${{ steps.cldr_ref.outputs.CLDR_REF }}x" != "x" ] # fail if empty
2020
- name: Cache CLDR
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: cldr
2424
key: cldr-${{ steps.cldr_ref.outputs.CLDR_REF }}
@@ -37,7 +37,7 @@ jobs:
3737
run:
3838
mkdir -p UnicodeJsps/target && tar -cpz --exclude=.git -f UnicodeJsps/target/cldr-unicodetools.tgz ./cldr ./unicodetools
3939
- name: Cache local Maven repository
40-
uses: actions/cache@v2
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)