From 77ce799d74f26a1fd3507debd86cedc9801142bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:05:18 +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/comprehensive-screenshots.yml | 4 ++-- .github/workflows/feature-screenshots.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/comprehensive-screenshots.yml b/.github/workflows/comprehensive-screenshots.yml index 0c209c3..94e7a4e 100644 --- a/.github/workflows/comprehensive-screenshots.yml +++ b/.github/workflows/comprehensive-screenshots.yml @@ -39,14 +39,14 @@ jobs: run: chown root:root . - name: Checkout Discourse - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: discourse/discourse fetch-depth: 1 ref: latest - name: Install plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: plugins/${{ env.PLUGIN_NAME }} fetch-depth: 1 diff --git a/.github/workflows/feature-screenshots.yml b/.github/workflows/feature-screenshots.yml index d574f7f..f554f01 100644 --- a/.github/workflows/feature-screenshots.yml +++ b/.github/workflows/feature-screenshots.yml @@ -46,14 +46,14 @@ jobs: run: chown root:root . - name: Checkout Discourse - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: discourse/discourse fetch-depth: 1 ref: latest - name: Install plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: plugins/${{ env.PLUGIN_NAME }} fetch-depth: 1