diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e2478dc..95e4130 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 14.x - name: Cache Node files - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.5 env: cache-name: cache-node-modules with: @@ -46,7 +46,7 @@ jobs: with: node-version: 14.x - name: Cache Node files - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.5 env: cache-name: cache-node-modules with: @@ -81,7 +81,7 @@ jobs: node-version: '14.x' registry-url: 'https://registry.npmjs.org' - name: Cache Node files - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.2.5 env: cache-name: cache-node-modules with: