diff --git a/.github/workflows/broken_links.yml b/.github/workflows/broken_links.yml index 0ddbea3..a42b0dc 100644 --- a/.github/workflows/broken_links.yml +++ b/.github/workflows/broken_links.yml @@ -20,7 +20,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache@v5.0.1 + - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # ratchet:actions/cache@v5.0.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/health_report.yml b/.github/workflows/health_report.yml index 7470ef1..7a72c81 100644 --- a/.github/workflows/health_report.yml +++ b/.github/workflows/health_report.yml @@ -20,7 +20,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache@v5.0.1 + - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # ratchet:actions/cache@v5.0.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e4cfabd..fc1d3d9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,7 +16,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache@v5.0.1 + - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # ratchet:actions/cache@v5.0.2 id: cache with: path: ~/.npm