Skip to content

Commit

Permalink
chore(deps-dev): Merge pull request #1 from readmeio/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/setup-node-v2.1.1

chore(deps): bump actions/setup-node from v2.1.0 to v2.1.1
  • Loading branch information
erunion authored Jul 28, 2020
2 parents 7ee7b5f + 044c98b commit fc15d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 10.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit fc15d95

Please sign in to comment.