Skip to content

Commit 3140a92

Browse files
chore(deps): update actions/cache digest to 5a3ec84 (#1033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 618dd02 commit 3140a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Dependencies
102102
run: yarn
103103
- name: Cache Jest
104-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
104+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
105105
with:
106106
path: .cache/jest
107107
key: ${{runner.os}}-${{matrix.node_version}}-${{matrix.graphql_version}}-jest-${{hashFiles('yarn.lock')}}

0 commit comments

Comments
 (0)