Skip to content

Commit

Permalink
fix(build): pin checkout actions for web build to 3.0.2 (#3321)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Oct 12, 2022
1 parent ef6fcdc commit aa263e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Permission Setup
run: sudo chmod -R 777 /github /__w
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.2

- name: restore lerna
id: cache
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Permission Setup
run: sudo chmod -R 777 /github /__w
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3.0.2

- name: restore lerna
id: cache
Expand Down

0 comments on commit aa263e5

Please sign in to comment.