From d372ef8c8fa39b0c5ca9605efdfd1d65ae168d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:43:04 +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/editorconfig.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index d511d9d..e2a8699 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -5,7 +5,7 @@ jobs: editorconfig: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Activate lf line ending check in editorconfig shell: bash --noprofile --norc -euo pipefail {0} run: | diff --git a/action.yml b/action.yml index 1bfd6a4..2f5b127 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: using: composite steps: - name: Checkout Target Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Clone Source Repository shell: bash --noprofile --norc -euo pipefail {0}