From e2fb3ff54d0bf27ee068a11bf8fc8ab801fcb1f0 Mon Sep 17 00:00:00 2001 From: Tyler-Larkin Date: Mon, 10 Feb 2025 17:21:19 -0800 Subject: [PATCH] chore(): Updated browser-actions/setup-firefox to support new compression format --- .github/composite_actions/setup_firefox/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composite_actions/setup_firefox/action.yaml b/.github/composite_actions/setup_firefox/action.yaml index 7493fc684a..906c8aa08f 100644 --- a/.github/composite_actions/setup_firefox/action.yaml +++ b/.github/composite_actions/setup_firefox/action.yaml @@ -9,7 +9,7 @@ inputs: runs: using: "composite" steps: - - uses: browser-actions/setup-firefox@2904820ff2e2cfeadf033d26ce136d65509ce7fc # 1.1.0 + - uses: browser-actions/setup-firefox@634a60ccd6599686158cf5a570481b4cd30455a2 # 1.5.4 - shell: bash run: firefox --version - shell: bash