Skip to content

Commit c97ff2a

Browse files
committed
Merge remote-tracking branch 'origin/renovate/actions-checkout-3.x'
2 parents cac235f + 2931f9a commit c97ff2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
verify-gradle-wrapper:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
15+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1616
- uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b # tag=v1.0.4
1717

1818
build:
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
jdk: [11, 15, 16]
2424
steps:
25-
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
25+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2626
- uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
2727
with:
2828
path: |
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check out code
53-
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
53+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
5454
with:
5555
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656

0 commit comments

Comments
 (0)