Skip to content

Commit

Permalink
Merge pull request #211 from github/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
koddsson committed Mar 7, 2022
2 parents 6aa49b0 + 316544e commit d03742c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down

0 comments on commit d03742c

Please sign in to comment.