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 @@ -38,17 +38,17 @@ jobs:
3838 experimental : true
3939
4040 steps :
41- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1 .2
41+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
4242 with :
4343 persist-credentials : false
44- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
44+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4545 with :
4646 path : ~/.m2/repository
4747 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4848 restore-keys : |
4949 ${{ runner.os }}-maven-
5050 - name : Set up JDK ${{ matrix.java }}
51- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
51+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
5252 with :
5353 distribution : ' temurin'
5454 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments