Skip to content

Commit 938a8ad

Browse files
build(deps): bump actions/setup-node from v2.1.2 to v2.1.3 (#17)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.2...27082ce) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d891b1a commit 938a8ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/[email protected].2
16+
- uses: actions/[email protected].3
1717
- run: npm ci
1818
- run: npx semantic-release
1919
env:

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.event_name == 'workflow_dispatch' || github.event.client_payload.action == 'published'
2020
steps:
2121
- uses: actions/checkout@v2
22-
- uses: actions/[email protected].2
22+
- uses: actions/[email protected].3
2323
- run: npm ci
2424
# do not update cache for dependabot update
2525
- run: |

0 commit comments

Comments
 (0)