diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ef3804..4c596aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }} @@ -61,7 +61,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }} diff --git a/.github/workflows/test.release.yml b/.github/workflows/test.release.yml index 75ffc56..9715eea 100644 --- a/.github/workflows/test.release.yml +++ b/.github/workflows/test.release.yml @@ -18,7 +18,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }} @@ -53,7 +53,7 @@ jobs: echo "::set-output name=path::$(yarn config get cacheFolder)" echo "::set-output name=commithash::$(git rev-parse --short HEAD)" - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.vars.outputs.path }}