diff --git a/.github/workflows/bot-changeset.yml b/.github/workflows/bot-changeset.yml index b5334dfd..383d6b1b 100644 --- a/.github/workflows/bot-changeset.yml +++ b/.github/workflows/bot-changeset.yml @@ -29,7 +29,7 @@ jobs: github.event.pull_request.user.login == 'aikido-autofix[bot]') steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index 17feeb4f..528a6f1f 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -25,7 +25,7 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 1cb2fec2..fade56bd 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # This makes Actions fetch all Git history so Changesets can generate changelogs with the correct commits fetch-depth: 0 diff --git a/.github/workflows/check-readme.yml b/.github/workflows/check-readme.yml index 588e9834..9556b2a0 100644 --- a/.github/workflows/check-readme.yml +++ b/.github/workflows/check-readme.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Compare package list against readme run: | diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7d051f9b..4e95df52 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: cache-hit: ${{ steps.cache-node-modules.outputs.cache-hit }} steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -62,7 +62,7 @@ jobs: needs: install steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: needs: install steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -134,7 +134,7 @@ jobs: needs: install steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 91c14c2b..2b611c80 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -25,7 +25,7 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.head_ref }}