diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7828fac0..49e386ca 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -24,7 +24,7 @@ jobs: with: node-version: '14' - name: Cache Jekyll build - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | .jekyll-cache diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 036d97e3..5c95dbf4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} @@ -50,7 +50,7 @@ jobs: with: node-version: '14' - name: Cache Jekyll build - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | .jekyll-cache @@ -115,7 +115,7 @@ jobs: - run: tar xvf site.tar - name: Cache HTMLProofer id: cache-htmlproofer - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: tmp/.htmlproofer key: ${{ runner.os }}-htmlproofer-${{ hashFiles('_site/**.html') }}