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: