Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.2.3 (#19730)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 9, 2023
1 parent ea65b5e commit 54791d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
run: yarn build

- name: Cache jest cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
with:
path: .cache/jest
key: ${{ runner.os }}-${{ matrix.node-version }}-jest-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit 54791d9

Please sign in to comment.