Skip to content

Commit

Permalink
chore: update actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jan 13, 2022
1 parent d315b0a commit 198da83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
NPM_CONFIG_UNSAFE_PERM: true
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
env:
NPM_CONFIG_UNSAFE_PERM: true
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Permission Setup
run: sudo chmod -R 777 /github /__w
- name: Checkout
uses: actions/checkout@v2

- name: restore lerna
uses: actions/cache@v2
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
NPM_CONFIG_UNSAFE_PERM: true
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -132,10 +132,10 @@ jobs:
env:
NPM_CONFIG_UNSAFE_PERM: true
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Permission Setup
run: sudo chmod -R 777 /github /__w
- name: Checkout
uses: actions/checkout@v2

- name: restore lerna
uses: actions/cache@v2
Expand Down

0 comments on commit 198da83

Please sign in to comment.