From 2733d5cd39596b842d2543a801cadba0bbf31b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:03:53 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.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/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yaml | 2 +- .github/workflows/linting.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/testing.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yaml b/.github/workflows/dependabot-auto-merge.yaml index 4b4ba7f..c462bc4 100644 --- a/.github/workflows/dependabot-auto-merge.yaml +++ b/.github/workflows/dependabot-auto-merge.yaml @@ -30,7 +30,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 released on 02-12-2025 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6.0.1 released on 02-12-2025 # repo: https://github.com/fastify/github-action-merge-dependabot # releases: https://github.com/fastify/github-action-merge-dependabot/tags diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index cb5b15d..0b97ae5 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -71,7 +71,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 released on 02-12-2025 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6.0.1 released on 02-12-2025 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a42f8d2..65a45d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 5664b85..ee79f04 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -72,7 +72,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1 released on 02-12-2025 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6.0.1 released on 02-12-2025 with: persist-credentials: false fetch-depth: 0