From 44deb923c8c8bb0a37306fb1472b3c1cd8f9a457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:32:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/bundle-is-fresh.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bundle-is-fresh.yml b/.github/workflows/bundle-is-fresh.yml index e29df550..56f2ec53 100644 --- a/.github/workflows/bundle-is-fresh.yml +++ b/.github/workflows/bundle-is-fresh.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cebda892..109575e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: show-progress: false - name: Setup Node.js diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57e38b3e..ba4f0338 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: manifest-file: .release-please-manifest.json include-component-in-tag: false - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 if: ${{ steps.release.outputs.release_created }} - name: Tag Major and Minor versions if: ${{ steps.release.outputs.release_created }}