From aa263e5c27f579523d11e18209dc5aeeb67676ea Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Wed, 12 Oct 2022 17:06:11 +0200 Subject: [PATCH] fix(build): pin checkout actions for web build to 3.0.2 (#3321) --- .github/workflows/unit-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 21c99fbf5e..8fc5e17ba2 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -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 @@ -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