From 32aae23dd63cd557b7e39aacb4f82feb2d61619e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 06:04:57 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/desloppify.yml | 2 +- .github/workflows/gitleaks.yml | 2 +- .github/workflows/no-animal-violence.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desloppify.yml b/.github/workflows/desloppify.yml index c34e186..1cea2b1 100644 --- a/.github/workflows/desloppify.yml +++ b/.github/workflows/desloppify.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: submodules: false diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 9ec4ebf..500f101 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/no-animal-violence.yml b/.github/workflows/no-animal-violence.yml index 017e6c9..979dfa7 100644 --- a/.github/workflows/no-animal-violence.yml +++ b/.github/workflows/no-animal-violence.yml @@ -14,5 +14,5 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: Open-Paws/no-animal-violence-action@main