From 6e8c9ef08fe1526e37e47e8b97de03c0a09b1a3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:53:11 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/release-devcontainer.yml | 2 +- .github/workflows/release-imgproxy.yml | 2 +- .github/workflows/release-nginx.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-devcontainer.yml b/.github/workflows/release-devcontainer.yml index 0407d41..98d49c9 100644 --- a/.github/workflows/release-devcontainer.yml +++ b/.github/workflows/release-devcontainer.yml @@ -23,7 +23,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build and push Docker image (multi-arch) uses: RevoTale/docker-multi-arch-release-action@v1.4.0 with: diff --git a/.github/workflows/release-imgproxy.yml b/.github/workflows/release-imgproxy.yml index 3836c7a..3443318 100644 --- a/.github/workflows/release-imgproxy.yml +++ b/.github/workflows/release-imgproxy.yml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build and push Docker image (multi-arch) uses: RevoTale/docker-multi-arch-release-action@v1.4.0 with: diff --git a/.github/workflows/release-nginx.yml b/.github/workflows/release-nginx.yml index b3b3a5a..798ef96 100644 --- a/.github/workflows/release-nginx.yml +++ b/.github/workflows/release-nginx.yml @@ -23,7 +23,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build and push Docker image (multi-arch) uses: RevoTale/docker-multi-arch-release-action@v1.4.0 with: