diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f372d..e14e556 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Test & Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e04b4a..0304e0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.sha }} diff --git a/.github/workflows/sync-biome-schema.yml b/.github/workflows/sync-biome-schema.yml index 5f6f481..258f168 100644 --- a/.github/workflows/sync-biome-schema.yml +++ b/.github/workflows/sync-biome-schema.yml @@ -13,7 +13,7 @@ jobs: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} token: ${{ secrets.GITHUB_TOKEN }}