From ef243d13f229d253d4c028c03a919639d2df03cd Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 11 Mar 2026 18:08:36 -0700 Subject: [PATCH] fix: update action to use full hash PRs are failing because we must use a full hash for the action version. Pulled from: https://github.com/actions/cache/releases/tag/v3.5.0 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d52814..f77e9bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: # checkout this is an improved security measure. persist-credentials: false submodules: true - - uses: actions/cache@v3 + - uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # tag=v3.5.0 with: path: /.yarn/cache key: v1-${{hashFiles('yarn.lock')}}