File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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}
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
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') }}
You can’t perform that action at this time.
0 commit comments