diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9516e7c..073a8ec 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 index 4ffc491..04b7504 100644 --- 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