From 654733b150991a9a6642fc4ae7de14b06b4a9c94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 10:50:41 +0000 Subject: [PATCH] chore(deps): update int128/deployment-action action to v1.42.0 --- .github/workflows/docker.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 8997716e..98303f60 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -129,15 +129,15 @@ jobs: - run: make -C e2e_test wait-for-apps # Run the test - - uses: int128/deployment-action@59a872a239ad4b34480dfe4bdb1c31063492853c # v1.41.0 + - uses: int128/deployment-action@74a4ce9a368effd77b8c902106c5df568e41d696 # v1.42.0 id: deployment-app1 with: environment-suffix: /app1 - - uses: int128/deployment-action@59a872a239ad4b34480dfe4bdb1c31063492853c # v1.41.0 + - uses: int128/deployment-action@74a4ce9a368effd77b8c902106c5df568e41d696 # v1.42.0 id: deployment-app2 with: environment-suffix: /app2 - - uses: int128/deployment-action@59a872a239ad4b34480dfe4bdb1c31063492853c # v1.41.0 + - uses: int128/deployment-action@74a4ce9a368effd77b8c902106c5df568e41d696 # v1.42.0 id: deployment-app3 with: environment-suffix: /app3