From 7990aa7b2e9d54bccb1cef44fbf8a675ec40ec1f Mon Sep 17 00:00:00 2001 From: "simplificator-renovate[bot]" <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:58:47 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scheduled-rebuild.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8552a68..8a66258 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43aef17..21ac9a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Tag on Github id: tag_on_github diff --git a/.github/workflows/scheduled-rebuild.yml b/.github/workflows/scheduled-rebuild.yml index 1dfde8f..878f77c 100644 --- a/.github/workflows/scheduled-rebuild.yml +++ b/.github/workflows/scheduled-rebuild.yml @@ -10,7 +10,7 @@ jobs: name: Rebuild latest image version runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Get latest version id: get_latest_version