From f4240381daaaa99be0b42a4a29b40df2916ddc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:59:48 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release-notes.yml | 2 +- .github/workflows/examples.yml | 2 +- .github/workflows/update-node-tables.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-release-notes.yml b/.github/workflows/auto-release-notes.yml index dcc8d549..536d7fa1 100644 --- a/.github/workflows/auto-release-notes.yml +++ b/.github/workflows/auto-release-notes.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: Checkout docs repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Node.js uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 1d5e7294..03de17e6 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -46,7 +46,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Setup Kind uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 diff --git a/.github/workflows/update-node-tables.yml b/.github/workflows/update-node-tables.yml index b0c99155..347fcf67 100644 --- a/.github/workflows/update-node-tables.yml +++ b/.github/workflows/update-node-tables.yml @@ -22,7 +22,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install dependencies (jq, curl) run: |