From 1fc5943b97224841846b524127a5ad95911d7c55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:54:24 +0000 Subject: [PATCH] chore(deps): update github actions to v7 | datasource | package | from | to | | ----------- | ---------------- | ------ | -- | | github-tags | actions/checkout | v6.0.3 | v7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 35d8736..08e55d3 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -18,7 +18,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: # On workflow_dispatch, checkout the tag passed in. On a tag push, checkout the tag from the event. ref: ${{ github.event.inputs.version || github.ref }}