From 5bb4de6d45e594a36be89eb588b0d848172fd953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:45:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.3 | v7.0.0 | --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f9d085..e5a0986 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: OUTPUT_ARTIFACT_NAME: image-archive OUTPUT_FILE: diff2rss-${{ github.ref_name }}.oci.tar steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 @@ -85,7 +85,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download build artifact if: startsWith(github.ref, 'refs/tags/')