Skip to content

Commit f991112

Browse files
committed
chore: bump cache and checkout versions
1 parent 1583ca8 commit f991112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-jsp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
attestations: write
2323
id-token: write
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Get the CLDR_REF from pom.xml
2727
id: cldr_ref
2828
run: echo "CLDR_REF="$(mvn help:evaluate -Dexpression=cldr.version -q -DforceStdout | cut -d- -f3) >> $GITHUB_OUTPUT && cat ${GITHUB_OUTPUT}
@@ -36,7 +36,7 @@ jobs:
3636
restore-keys: |
3737
cldr
3838
- name: Check out CLDR
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
repository: unicode-org/cldr
4242
path: cldr
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
java-version: 11
5454
- name: Cache local Maven repository
55-
uses: actions/cache@v2
55+
uses: actions/cache@v3
5656
with:
5757
path: ~/.m2/repository
5858
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)