diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4e0d049..aeb842da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Determine Yarn Cache Path id: yarn-cache-dir-path diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml old mode 100755 new mode 100644 index a8c6374d..1f77e4ba --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Determine Yarn Cache Path id: yarn-cache-dir-path