Skip to content

Commit 0020b24

Browse files
Update actions/checkout action to v4
1 parent 46f9506 commit 0020b24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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@24cb9080177205b6e8c946b17badbe402adc938f # v3
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
- uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b # v1.0.6
1717

1818
build:
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
jdk: [11, 15, 16]
2424
steps:
25-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
25+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2626
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
2727
with:
2828
path: |
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check out code
53-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
53+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
5454
with:
5555
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656

0 commit comments

Comments
 (0)