Skip to content

Commit

Permalink
chore: bump cache and checkout versions
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Jan 28, 2025
1 parent 1583ca8 commit f991112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-jsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
attestations: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get the CLDR_REF from pom.xml
id: cldr_ref
run: echo "CLDR_REF="$(mvn help:evaluate -Dexpression=cldr.version -q -DforceStdout | cut -d- -f3) >> $GITHUB_OUTPUT && cat ${GITHUB_OUTPUT}
Expand All @@ -36,7 +36,7 @@ jobs:
restore-keys: |
cldr
- name: Check out CLDR
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: unicode-org/cldr
path: cldr
Expand All @@ -52,7 +52,7 @@ jobs:
with:
java-version: 11
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit f991112

Please sign in to comment.