From 4394735be8c24af779348e97a7fefe5ed68fc030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:45:13 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/css.yml | 2 +- .github/workflows/html.yml | 2 +- .github/workflows/js.yml | 2 +- .github/workflows/md.yml | 2 +- .github/workflows/security.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index 2695c14..d5a718b 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.yml @@ -27,7 +27,7 @@ jobs: name: Lint + format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/html.yml b/.github/workflows/html.yml index a4bbd01..c936268 100644 --- a/.github/workflows/html.yml +++ b/.github/workflows/html.yml @@ -25,7 +25,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 988c2c8..feaa6d7 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -37,7 +37,7 @@ jobs: name: Lint + format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/md.yml b/.github/workflows/md.yml index 7f0dc8a..e5e2171 100644 --- a/.github/workflows/md.yml +++ b/.github/workflows/md.yml @@ -25,7 +25,7 @@ jobs: name: Lint + format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6ff07ca..6bd16b9 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout (full history for gitleaks) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false