From 9e6cc165d42abab76ba828b7d2a9c86a681a024f Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 05:21:16 +0300 Subject: [PATCH] chore: update w9jds/firebase-action action to v13.23.1 (#9646) --- .github/workflows/cleanup-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-resources.yml b/.github/workflows/cleanup-resources.yml index c9a6a7223bce..2ea31342ccbf 100644 --- a/.github/workflows/cleanup-resources.yml +++ b/.github/workflows/cleanup-resources.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4.2.2 - - uses: w9jds/firebase-action@v13.23.0 + - uses: w9jds/firebase-action@v13.23.1 continue-on-error: true with: args: hosting:channel:delete pr${{ github.event.number }}-${{ github.head_ref }} --force