From 74fb6cdc473e7994b4a150385258732f14d84f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:26:26 +0000 Subject: [PATCH] CI: 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/stable-compilation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stable-compilation.yml b/.github/workflows/stable-compilation.yml index e427157..5ed348e 100644 --- a/.github/workflows/stable-compilation.yml +++ b/.github/workflows/stable-compilation.yml @@ -25,7 +25,7 @@ jobs: image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.10 options: --privileged steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 with: bundle: EasyRPG-Editor.flatpak @@ -76,12 +76,12 @@ jobs: - &clone name: Clone Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event.inputs.git-ref == '' - &cloneref name: Clone Repository (with custom ref) - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event.inputs.git-ref != '' with: ref: ${{ github.event.inputs.git-ref }}