Skip to content

Commit

Permalink
use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Nov 13, 2023
1 parent 1be0edd commit 493ffa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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@v4
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: checks

on:
push:
branches: [master]
branches: [actionsv3]
pull_request: {}

concurrency:
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

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

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

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

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

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

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

0 comments on commit 493ffa2

Please sign in to comment.