From eba494aca71508473097ea701893a731ce51613b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 13:55:08 +0000 Subject: [PATCH] chore(deps): bump actions/checkout in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- .github/workflows/schedule.yml | 2 +- .github/workflows/workflow_dispatch.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 22a372501..5189671cd 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false @@ -43,7 +43,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75e8c8611..3c5444b90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false @@ -114,7 +114,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false @@ -201,7 +201,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false @@ -239,7 +239,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 6eb02b3cb..4a9549ed8 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -17,7 +17,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false repository: GoogleCloudPlatform/docker-clamav-malware-scanner diff --git a/.github/workflows/workflow_dispatch.yml b/.github/workflows/workflow_dispatch.yml index c9dc20a81..f22d8a7c4 100644 --- a/.github/workflows/workflow_dispatch.yml +++ b/.github/workflows/workflow_dispatch.yml @@ -15,7 +15,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false repository: GoogleCloudPlatform/docker-clamav-malware-scanner