diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4564201..3e20eb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: name: 'Test: node-${{ matrix.node_version }}, ${{ matrix.os }}' steps: - name: Check out code using Git - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set Node version to ${{ matrix.node_version }} uses: actions/setup-node@v2 @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest name: 'Lint: node-16, ubuntu-latest' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index bfaee98..0f680ad 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - uses: actions/setup-node@v2 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 704d3fe..3b58c85 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5af6d9..702ebc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits