Skip to content

Commit d04ce6b

Browse files
dependabot[bot]moonglum
authored andcommitted
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 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.5...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 9a2670a commit d04ce6b

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
@@ -10,7 +10,7 @@ jobs:
1010
- 12.x
1111
- 16.x
1212
steps:
13-
- uses: actions/checkout@v2.3.5
13+
- uses: actions/checkout@v2.4.0
1414
- uses: actions/[email protected]
1515
with:
1616
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)