From c951ee181bc9ae54f01966ecd261e6330fbcc521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 05:59:54 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.8 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b09f91..9dc61a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: caching node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.8 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 682b5c6..8cd8775 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: caching node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.8 with: path: node_modules key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} @@ -68,7 +68,7 @@ jobs: registry-url: https://registry.npmjs.org/ scope: '@gofunky' - name: caching node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.8 with: path: node_modules key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} @@ -105,7 +105,7 @@ jobs: registry-url: https://npm.pkg.github.com scope: '@gofunky' - name: caching node modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.8 with: path: node_modules key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}