diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f372d..70e26d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: name: Test & Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: lts/* cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e04b4a..fd9105d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,11 +33,11 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.sha }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: lts/* cache: npm 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 }}