Skip to content

Commit 2be75f5

Browse files
dependabot[bot]kenany
authored andcommitted
Bump actions/checkout from 2.3.4 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 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.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef906ae commit 2be75f5

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.4
11+
- uses: actions/checkout@v2.4.0
1212
- name: Node.js ${{ matrix.node-version }}
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)