diff --git a/.github/workflows/broken_links.yml b/.github/workflows/broken_links.yml index e84fef8..6f889c0 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@0057852bfaa89a56745cba8c7296529d2fc39830 # ratchet:actions/cache@v4.3.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache@v5.0.1 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 441353d..caba6ff 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@0057852bfaa89a56745cba8c7296529d2fc39830 # ratchet:actions/cache@v4.3.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache@v5.0.1 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 d5ae9cc..70b2ae4 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@0057852bfaa89a56745cba8c7296529d2fc39830 # ratchet:actions/cache@v4.3.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # ratchet:actions/cache@v5.0.1 id: cache with: path: ~/.npm