diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1e2177174..3cca740322 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -240,7 +240,7 @@ jobs: - name: Cache OpenAPI test dependencies id: openapi-node-modules-cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: tests/openapi/node_modules key: openapi-node-modules-node22-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('tests/openapi/package-lock.json') }}