Skip to content

Commit bba3c33

Browse files
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#3819)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [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.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f8f02e commit bba3c33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: [14.x]
1212

1313
steps:
14-
- uses: actions/[email protected].4
14+
- uses: actions/[email protected].5
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/[email protected]
1717
with:

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].4
12+
- uses: actions/[email protected].5
1313
- uses: actions/[email protected]
1414
with:
1515
node-version: 14
@@ -24,7 +24,7 @@ jobs:
2424
needs: build
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/[email protected].4
27+
- uses: actions/[email protected].5
2828
- uses: actions/[email protected]
2929
with:
3030
node-version: 14

0 commit comments

Comments
 (0)