diff --git a/.github/workflows/ci-mutation-testing.yml b/.github/workflows/ci-mutation-testing.yml index 311a249..88b60e1 100644 --- a/.github/workflows/ci-mutation-testing.yml +++ b/.github/workflows/ci-mutation-testing.yml @@ -23,7 +23,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@v4 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.0.2 id: cache with: path: ~/.npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8f9f9d..6aee332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@v4 - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.0.2 id: cache if: matrix.os != 'windows-latest' with: @@ -48,7 +48,7 @@ jobs: if: matrix.os == 'windows-latest' run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v4.0.2 if: matrix.os == 'windows-latest' with: path: ${{ steps.npm-cache.outputs.dir }}