From fccaf0caec33656106f7ac9b7defb543ac0e083d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:36:51 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.3...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-github-actions.yml | 2 +- .github/workflows/lint-secrets.yml | 2 +- .github/workflows/test-and-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-github-actions.yml b/.github/workflows/lint-github-actions.yml index 39e6022..24da2e0 100644 --- a/.github/workflows/lint-github-actions.yml +++ b/.github/workflows/lint-github-actions.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # main with: persist-credentials: false diff --git a/.github/workflows/lint-secrets.yml b/.github/workflows/lint-secrets.yml index 4d363f1..fd7bb17 100644 --- a/.github/workflows/lint-secrets.yml +++ b/.github/workflows/lint-secrets.yml @@ -19,7 +19,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # main with: persist-credentials: false diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 840669a..2c4d31e 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -34,7 +34,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # main + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main with: persist-credentials: true