Skip to content

Commit

Permalink
build(workflow): update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Jul 3, 2022
1 parent 3d9291e commit 0cdd362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set Node.js 16
uses: actions/setup-node@master
uses: actions/setup-node@main
with:
node-version: 16

Expand Down

0 comments on commit 0cdd362

Please sign in to comment.