Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 2, 2022
1 parent 6857ec7 commit 0b20110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2-beta
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
node: [ '12', '14' ]
name: Lint on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
Expand All @@ -23,7 +23,7 @@ jobs:
node: [ '12', '14' ]
name: Test on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 0b20110

Please sign in to comment.