Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2022
1 parent 0fca736 commit ebb7ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deprecate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node v16
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node v16
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node v16
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit ebb7ec7

Please sign in to comment.