From 9e381495a6d757f3ad31d5c2f6684b1305e3da5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:10:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/pkg-pr-new.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/renovate-changeset.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-snapshot.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pkg-pr-new.yml b/.github/workflows/pkg-pr-new.yml index 99d01897..e68e5fdd 100644 --- a/.github/workflows/pkg-pr-new.yml +++ b/.github/workflows/pkg-pr-new.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup Node.js and pnpm uses: ./.github/common/setup-node-pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e12e258e..00fc1340 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: GH_TOKEN: ${{ steps.app-token.outputs.token }} - name: Checkout Repo - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/renovate-changeset.yml b/.github/workflows/renovate-changeset.yml index 47778d0d..d0559148 100644 --- a/.github/workflows/renovate-changeset.yml +++ b/.github/workflows/renovate-changeset.yml @@ -40,7 +40,7 @@ jobs: GH_TOKEN: ${{ steps.app-token.outputs.token }} - name: Checkout Repo - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba2c972b..f5af2b47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup Node.js and pnpm uses: ./.github/common/setup-node-pnpm diff --git a/.github/workflows/update-snapshot.yml b/.github/workflows/update-snapshot.yml index 07dbe9ff..8208edc6 100644 --- a/.github/workflows/update-snapshot.yml +++ b/.github/workflows/update-snapshot.yml @@ -127,14 +127,14 @@ jobs: - name: Checkout Repo (Pull Request) if: github.event_name == 'pull_request' - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.event.pull_request.head.ref }} token: ${{ steps.app-token.outputs.token }} - name: Checkout Repo (Workflow Dispatch) if: github.event_name == 'workflow_dispatch' - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.ref }} token: ${{ steps.app-token.outputs.token }}