Skip to content

Commit d0ce1ec

Browse files
authoredMar 15, 2021
chore(deps): bump actions/checkout from v1 to v2.3.4 (#69)
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33e5122 commit d0ce1ec

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
@@ -9,7 +9,7 @@ jobs:
99
node-version: [12.x, 14.x]
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2.3.4
1313
- name: Use Node.js
1414
uses: actions/setup-node@v1
1515
with:

0 commit comments

Comments
 (0)
Please sign in to comment.