diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8494709..de859f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.2 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} @@ -87,7 +87,7 @@ jobs: run: | echo "::set-output name=dir::$(npm config get cache)" - - uses: actions/cache@v3.0.1 + - uses: actions/cache@v3.0.2 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}