diff --git a/.github/workflows/playwright-firefox-nightly.yml b/.github/workflows/playwright-firefox-nightly.yml index f42df6180d..28368bfb34 100644 --- a/.github/workflows/playwright-firefox-nightly.yml +++ b/.github/workflows/playwright-firefox-nightly.yml @@ -74,7 +74,7 @@ jobs: # startup and `gem build` on every run. - name: Cache test plugin gems id: pw_test_plugin - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: playwright/openc3-cosmos-pw-test key: pw-test-plugin-${{ hashFiles('openc3/templates/plugin/**', 'openc3/templates/target/**', 'openc3/lib/openc3/utilities/cli_generator.rb', 'playwright/playwright.sh') }} diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f82a08deed..63d1d37bcd 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -102,7 +102,7 @@ jobs: # startup and `gem build` on every run. - name: Cache test plugin gems id: pw_test_plugin - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: playwright/openc3-cosmos-pw-test key: pw-test-plugin-${{ hashFiles('openc3/templates/plugin/**', 'openc3/templates/target/**', 'openc3/lib/openc3/utilities/cli_generator.rb', 'playwright/playwright.sh') }}