From 41d7586589a39c1b18f82154083eeb258c884de5 Mon Sep 17 00:00:00 2001 From: Renovate Bot <178726302+grenadine-renovate-bot@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:18:01 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/validate-n-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate-n-publish.yml b/.github/workflows/validate-n-publish.yml index 7eebe389..20c7c5be 100644 --- a/.github/workflows/validate-n-publish.yml +++ b/.github/workflows/validate-n-publish.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest needs: [validate] steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 - name: Install and enable corepack @@ -65,7 +65,7 @@ jobs: if: github.event.inputs.dry_run != 'true' steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Install and enable corepack run: | npm install -g corepack @@ -104,7 +104,7 @@ jobs: runs-on: ubuntu-latest if: github.event.inputs.dry_run != 'true' steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 - name: Fetch all tags