Skip to content

Commit b37eed8

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (#2462)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f54aa92 commit b37eed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535

3636
- name: 1. Check out code
37-
uses: actions/checkout@v2.3.5 # https://github.com/actions/checkout
37+
uses: actions/checkout@v2.4.0 # https://github.com/actions/checkout
3838
with:
3939
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
4040

@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393

9494
- name: Check out code
95-
uses: actions/checkout@v2.3.5 # https://github.com/actions/checkout
95+
uses: actions/checkout@v2.4.0 # https://github.com/actions/checkout
9696
with:
9797
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9898

0 commit comments

Comments
 (0)