From f9c398ac0928c479efa7d639f9a022e25ab15ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:17:12 +0000 Subject: [PATCH] build(deps): bump actions/checkout in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-ansible.yaml | 2 +- .github/workflows/lint-helm.yaml | 2 +- .github/workflows/lint-terraform.yaml | 2 +- .github/workflows/syncoor-generate-index.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-ansible.yaml b/.github/workflows/lint-ansible.yaml index 94353c8..177e55d 100644 --- a/.github/workflows/lint-ansible.yaml +++ b/.github/workflows/lint-ansible.yaml @@ -19,7 +19,7 @@ jobs: ansible-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Install ansible role/collection dependencies working-directory: ./ansible diff --git a/.github/workflows/lint-helm.yaml b/.github/workflows/lint-helm.yaml index fb56733..c2adda4 100644 --- a/.github/workflows/lint-helm.yaml +++ b/.github/workflows/lint-helm.yaml @@ -20,7 +20,7 @@ jobs: helm-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Check if kubernetes/*/* is not empty id: check-kubernetes-directory diff --git a/.github/workflows/lint-terraform.yaml b/.github/workflows/lint-terraform.yaml index 454499c..61c44d6 100644 --- a/.github/workflows/lint-terraform.yaml +++ b/.github/workflows/lint-terraform.yaml @@ -19,7 +19,7 @@ jobs: terraform-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Lint working-directory: ./terraform diff --git a/.github/workflows/syncoor-generate-index.yaml b/.github/workflows/syncoor-generate-index.yaml index 9936216..bc4b12e 100644 --- a/.github/workflows/syncoor-generate-index.yaml +++ b/.github/workflows/syncoor-generate-index.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run Index Generator uses: ethpandaops/syncoor@master