Skip to content

Commit 4b93241

Browse files
authoredOct 18, 2021
Bump actions/checkout from 2.3.4 to 2.3.5 (#250)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea6352b commit 4b93241

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.4
24+
uses: actions/checkout@v2.3.5
2525

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

0 commit comments

Comments
 (0)
Please sign in to comment.