Skip to content

Commit

Permalink
Update github-actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 15, 2022
1 parent 3d425af commit 062316f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -15,10 +15,10 @@ jobs:
- 16.x

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 062316f

Please sign in to comment.