Skip to content

Commit cf6a832

Browse files
authored
Merge pull request #178 from shipkit/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 32d17a0 + 2ee7be3 commit cf6a832

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
@@ -17,7 +17,7 @@ jobs:
1717
gradle_wrapper_validation:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4.1.7 # docs: https://github.com/actions/checkout
20+
- uses: actions/checkout@v4.2.0 # docs: https://github.com/actions/checkout
2121
with:
2222
fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
2323
- name: Gradle wrapper validation
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: windows-latest
2929
needs: gradle_wrapper_validation
3030
steps:
31-
- uses: actions/checkout@v4.1.7 # docs: https://github.com/actions/checkout
31+
- uses: actions/checkout@v4.2.0 # docs: https://github.com/actions/checkout
3232
with:
3333
fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
3434
- name: Run build
@@ -42,7 +42,7 @@ jobs:
4242
needs: [windows_build, gradle_wrapper_validation]
4343

4444
steps:
45-
- uses: actions/checkout@v4.1.7 # docs: https://github.com/actions/checkout
45+
- uses: actions/checkout@v4.2.0 # docs: https://github.com/actions/checkout
4646
with:
4747
fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci
4848
- name: Run build

0 commit comments

Comments
 (0)