Skip to content

Commit ef906ae

Browse files
Bump actions/checkout from v2.3.2 to v2.3.4 (#20)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 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@v2.3.2...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 341af1c commit ef906ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
node-version: [10, 12, 14]
99
os: [ubuntu-latest, windows-latest, macOS-latest]
1010
steps:
11-
- uses: actions/checkout@v2.3.2
11+
- uses: actions/checkout@v2.3.4
1212
- name: Node.js ${{ matrix.node-version }}
1313
uses: actions/setup-node@v2.1.2
1414
with:

0 commit comments

Comments
 (0)