From bbbc94cbb4627644838e7c2c372d5fe561eb3248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:37:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac9c128..c85fdd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: working-directory: docker steps: - name: checkout repo content - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: OpenAEV-Platform/docker # Replace all the occurrences of '{0}' with '42' in the README.md file