Skip to content

Commit 40261a5

Browse files
authoredNov 3, 2021
Bump actions/checkout from 2.3.5 to 2.4.0 (#258)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64672ee commit 40261a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest]
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v2.3.5
24+
uses: actions/checkout@v2.4.0
2525

2626
- name: Use Node.js
2727
uses: actions/setup-node@v2.4.1

0 commit comments

Comments
 (0)
Please sign in to comment.