From 937813928eb1c92cb7438006e3d9deccd0f6768f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:52:28 +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/test.yaml | 6 +++--- action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ca41379..90fa510 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run tests env: GITHUB_TOKEN: ${{ github.token }} @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run tests env: GITHUB_TOKEN: ${{ github.token }} @@ -39,7 +39,7 @@ jobs: matrix-length: ${{ steps.neo.outputs.matrix-length }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate matrix id: neo uses: ./ diff --git a/action.yml b/action.yml index 27f98dd..bd25658 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ runs: steps: # required to compare the pattern on the files in the repo - if: inputs.defaults || inputs.default-patterns != '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - id: neo shell: bash