diff --git a/.github/workflows/release-or-pr.yml b/.github/workflows/release-or-pr.yml index 4200bd8..1d7e1a2 100644 --- a/.github/workflows/release-or-pr.yml +++ b/.github/workflows/release-or-pr.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a027227..5e2fb0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: Compile and check peer dependencies runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Dependencies run: npm install - name: Compile