diff --git a/.github/workflows/design-system-component-testing.yml b/.github/workflows/design-system-component-testing.yml index ccb07d65f5a..e99a71c2c0c 100644 --- a/.github/workflows/design-system-component-testing.yml +++ b/.github/workflows/design-system-component-testing.yml @@ -27,7 +27,7 @@ jobs: - name: Use Node.js uses: ./.github/actions/setup-node - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 + - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f #v4.2.1 with: path: ~/.cache/Cypress key: my-cache-${{ runner.os }}-${{ hashFiles('yarn.lock') }}