Skip to content

Commit 95f5ff9

Browse files
build(deps): bump actions/checkout from 2 to 2.3.4 (#183)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6296356 commit 95f5ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Clone repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v2.3.4
2020

2121
- name: Clone nodejs/node repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v2.3.4
2323
with:
2424
repository: nodejs/node
2525
path: tmp

0 commit comments

Comments
 (0)