Skip to content

Commit

Permalink
Use actions v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 14, 2023
1 parent 493ffa2 commit 5afb7a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Setup
runs:
using: composite
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up environment
uses: ./.github/actions/setup
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up environment
uses: ./.github/actions/setup
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up environment
uses: ./.github/actions/setup
Expand Down

0 comments on commit 5afb7a9

Please sign in to comment.