diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f23d22b78ca0c6e7bb45213809c5741ce27514c..5edde0791430e065de25a75a3db2b007937acb3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: run: yarn build - name: Cache jest cache - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1 + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 with: path: .cache/jest key: ${{ runner.os }}-${{ matrix.node-version }}-jest-${{ hashFiles('yarn.lock') }}