From 353589dd66e1f002e6acef5482d1d3c2ee0c8b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:32:51 +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/ci.yml | 2 +- .github/workflows/linters.yml | 4 ++-- .github/workflows/move-major-tag.yml | 2 +- .github/workflows/ouroboros.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 433dbcd..f3f0421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: ${{ inputs.submodules }} diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e4205fc..6e29158 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -39,14 +39,14 @@ jobs: steps: - name: Checkout Repository if: ${{ github.actor != 'dependabot[bot]' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'recursive' token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout PR if: ${{ github.actor == 'dependabot[bot]' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} submodules: 'recursive' diff --git a/.github/workflows/move-major-tag.yml b/.github/workflows/move-major-tag.yml index fe10b06..0394284 100644 --- a/.github/workflows/move-major-tag.yml +++ b/.github/workflows/move-major-tag.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout main with tags - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-tags: true diff --git a/.github/workflows/ouroboros.yml b/.github/workflows/ouroboros.yml index ec0d5db..93635db 100644 --- a/.github/workflows/ouroboros.yml +++ b/.github/workflows/ouroboros.yml @@ -62,7 +62,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: devops-actions/actionlint@v0.1.12