From be7a5a33ff0830f9efb9bdd748de547aeae677ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:52:31 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yml | 2 +- .github/workflows/markdown-link-check.yml | 2 +- .github/workflows/pr-dependabot-auto-merge.yml | 2 +- .github/workflows/publish-docker-image.yml | 2 +- .github/workflows/test-action-gh-marketplace.yml | 4 ++-- .github/workflows/test-action.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c883270..31a811d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -36,7 +36,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: $env:GITHUB_CONTEXT - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index ca301b0..7bcd17f 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -25,7 +25,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: $env:GITHUB_CONTEXT - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Markdown link check id: mlc-push uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 diff --git a/.github/workflows/pr-dependabot-auto-merge.yml b/.github/workflows/pr-dependabot-auto-merge.yml index e3d1a0e..683cdca 100644 --- a/.github/workflows/pr-dependabot-auto-merge.yml +++ b/.github/workflows/pr-dependabot-auto-merge.yml @@ -23,7 +23,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: $env:GITHUB_CONTEXT - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.workflow_run.head_sha }} - name: Approve and merge dependabot PR diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index 22698e1..653fe3a 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -26,7 +26,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to the Container registry uses: docker/login-action@v4 with: diff --git a/.github/workflows/test-action-gh-marketplace.yml b/.github/workflows/test-action-gh-marketplace.yml index 8132b76..a993e22 100644 --- a/.github/workflows/test-action-gh-marketplace.yml +++ b/.github/workflows/test-action-gh-marketplace.yml @@ -24,7 +24,7 @@ jobs: env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: $env:GITHUB_CONTEXT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get test input args id: args run: | @@ -90,7 +90,7 @@ jobs: env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: $env:GITHUB_CONTEXT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run GitHub issue forms parser with bad input id: issue-parser-bad-input uses: edumserrano/github-issue-forms-parser@v1 diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index dd5962a..ae93fb4 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -26,7 +26,7 @@ jobs: env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: $env:GITHUB_CONTEXT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get test input args id: args run: | @@ -92,7 +92,7 @@ jobs: env: GITHUB_CONTEXT: ${{ toJSON(github) }} run: $env:GITHUB_CONTEXT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run GitHub issue forms parser with bad input id: issue-parser-bad-input uses: ./action-local