diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7eb9d8..60b687e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: caching node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.3 with: path: node_modules key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1d466b..e672705 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org/ - name: caching node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.3 with: path: node_modules key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} @@ -60,7 +60,7 @@ jobs: registry-url: https://npm.pkg.github.com scope: '@gofunky' - name: caching node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.3 with: path: node_modules key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}