From 8ef57835e693cb625c76b6057a36f8ab0236017d Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:48:06 +0300 Subject: [PATCH] chore: update w9jds/firebase-action action to v13.22.1 (#9534) --- .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 2582cf3ebadd..26a71d5b223f 100644 --- a/.github/workflows/cleanup-resources.yml +++ b/.github/workflows/cleanup-resources.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4.2.1 - - uses: w9jds/firebase-action@v13.22.0 + - uses: w9jds/firebase-action@v13.22.1 continue-on-error: true with: args: hosting:channel:delete pr${{ github.event.number }}-${{ github.head_ref }} --force