Skip to content

Commit f27ad51

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8acfff6 commit f27ad51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
standardjs:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].1
2424
with:
2525
node-version: '14.x'
2626
- uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/[email protected]
1414
- name: Install Python dependencies
1515
run: python -m pip install --upgrade pip setuptools wheel twine
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
- name: Install Node dependencies
1818
run: npm ci
1919
- name: Minify JavaScript files

0 commit comments

Comments
 (0)