From 645843e2a13f63f12f9fdac936e3b2493b7df0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:34:43 +0000 Subject: [PATCH] chore(deps): bump cowprotocol/autodeploy-action from 2 to 3 Bumps [cowprotocol/autodeploy-action](https://github.com/cowprotocol/autodeploy-action) from 2 to 3. - [Release notes](https://github.com/cowprotocol/autodeploy-action/releases) - [Commits](https://github.com/cowprotocol/autodeploy-action/compare/0c950eb2856af4f520a652b59e786bd349516480...73f1163f19a584cdc34e29aa84d630d7e6a45432) --- updated-dependencies: - dependency-name: cowprotocol/autodeploy-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6779c90..b33a516 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -38,7 +38,7 @@ jobs: tags: ${{ steps.image_meta.outputs.tags }} labels: ${{ steps.image_meta.outputs.labels }} - - uses: cowprotocol/autodeploy-action@0c950eb2856af4f520a652b59e786bd349516480 # v2 + - uses: cowprotocol/autodeploy-action@73f1163f19a584cdc34e29aa84d630d7e6a45432 # v3 if: ${{ github.ref == 'refs/heads/main' }} with: images: ghcr.io/cowprotocol/watch-tower:main