From c35fd73f8aaa292a7369fea60e9b30ece05ec86f Mon Sep 17 00:00:00 2001 From: null Date: Fri, 27 Sep 2024 01:41:51 +0000 Subject: [PATCH] chore(deps): update w9jds/firebase-action action to v13.20.0 --- .github/workflows/delete-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete-preview.yml b/.github/workflows/delete-preview.yml index 1bab5c17f3b8..7e4e2549e3e6 100644 --- a/.github/workflows/delete-preview.yml +++ b/.github/workflows/delete-preview.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4.2.0 - - uses: w9jds/firebase-action@v13.19.0 + - uses: w9jds/firebase-action@v13.20.0 continue-on-error: true with: args: hosting:channel:delete pr${{ github.event.number }}-${{ github.head_ref }} --force