From afcf93dabfa412402b80d2d36cf0419a1b41436c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:47:59 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 7bb0949..ca41379 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@v4 + uses: actions/checkout@v6 - name: Run tests env: GITHUB_TOKEN: ${{ github.token }} @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - 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@v4 + uses: actions/checkout@v6 - name: Generate matrix id: neo uses: ./ diff --git a/action.yml b/action.yml index 441fd26..27f98dd 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@v4 + uses: actions/checkout@v6 - id: neo shell: bash