diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ff747ad1..abde9562 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ on: - master # Add to every job -# - uses: actions/cache@v1 +# - uses: actions/cache@v3 # id: nodejs-cache # name: Cache node modules # with: @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v2 if: steps.nodejs-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v1 + - uses: actions/cache@v3 id: nodejs-cache name: Cache node modules with: @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v2 if: steps.nodejs-cache.outputs.cache-hit != 'true' - - uses: actions/cache@v1 + - uses: actions/cache@v3 id: nodejs-cache name: Cache node modules with: