From 45bb601859bf7aeaab3cadaf84907aae56337c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:00:55 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/build-heretic-image.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-index-packs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-heretic-image.yml b/.github/workflows/build-heretic-image.yml index 1e1602b..9b60625 100644 --- a/.github/workflows/build-heretic-image.yml +++ b/.github/workflows/build-heretic-image.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc53515..c714bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: go: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-go@v5 with: go-version-file: go.mod @@ -27,7 +27,7 @@ jobs: run: working-directory: containers/heretic steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-python@v5 with: python-version: "3.11" diff --git a/.github/workflows/release-index-packs.yml b/.github/workflows/release-index-packs.yml index 012d9c8..fe3d244 100644 --- a/.github/workflows/release-index-packs.yml +++ b/.github/workflows/release-index-packs.yml @@ -37,7 +37,7 @@ jobs: build-packs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-go@v5 with: