From f049f4f12621ea7f29b195042e192e8738548f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 06:18:00 +0000 Subject: [PATCH] chore(deps): bump the gh-deps group across 1 directory with 2 updates (#3648) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Seidel --- .github/workflows/deploy_artifact_proxy_dev.yaml | 2 +- .github/workflows/deploy_artifact_proxy_prod.yaml | 2 +- .github/workflows/deploy_discord_gcp_alerts.yaml | 2 +- .github/workflows/main.yaml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy_artifact_proxy_dev.yaml b/.github/workflows/deploy_artifact_proxy_dev.yaml index 2daf38d4..3ff1b158 100644 --- a/.github/workflows/deploy_artifact_proxy_dev.yaml +++ b/.github/workflows/deploy_artifact_proxy_dev.yaml @@ -47,7 +47,7 @@ jobs: project_id: ${{ env.PROJECT_ID }} - name: 🔓 Login to Artifact Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.CONTAINER_REGISTRY }} username: _json_key diff --git a/.github/workflows/deploy_artifact_proxy_prod.yaml b/.github/workflows/deploy_artifact_proxy_prod.yaml index 68db2e64..edd022fd 100644 --- a/.github/workflows/deploy_artifact_proxy_prod.yaml +++ b/.github/workflows/deploy_artifact_proxy_prod.yaml @@ -41,7 +41,7 @@ jobs: project_id: ${{ env.PROJECT_ID }} - name: 🔓 Login to Artifact Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.CONTAINER_REGISTRY }} username: _json_key diff --git a/.github/workflows/deploy_discord_gcp_alerts.yaml b/.github/workflows/deploy_discord_gcp_alerts.yaml index ea761c98..c94cef67 100644 --- a/.github/workflows/deploy_discord_gcp_alerts.yaml +++ b/.github/workflows/deploy_discord_gcp_alerts.yaml @@ -47,7 +47,7 @@ jobs: project_id: ${{ env.PROJECT_ID }} - name: 🔓 Login to Artifact Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.CONTAINER_REGISTRY }} username: _json_key diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ee0d7bf7..06c9235b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -48,7 +48,7 @@ jobs: - name: 📚 Git Checkout uses: actions/checkout@v6 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 name: Build Detection id: needs_dart_build with: @@ -64,7 +64,7 @@ jobs: - ./.github/actions/dart_package/action.yaml - packages/discord_gcp_alerts/** - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 name: Build Detection id: needs_cross_platform_dart_build with: @@ -108,7 +108,7 @@ jobs: - ./.github/actions/dart_package/action.yaml - packages/stripe_api/** - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 name: Redis Detection id: needs_redis_build with: @@ -119,7 +119,7 @@ jobs: - ./.github/actions/dart_package/action.yaml - packages/redis_client/** - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 name: Verify Detection id: needs_verify with: