From 3b00f12abbf527ada4152e3588cc7694d7b3df23 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Mar 2022 14:42:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/release-or-pr.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-or-pr.yml b/.github/workflows/release-or-pr.yml index 4200bd89..1d7e1a2e 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 a027227e..5e2fb0d6 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