diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dcdfa2..50187dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: JS package cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -65,7 +65,7 @@ jobs: # run: echo "::set-output name=dir::$(yarn cache dir)" # - name: JS package cache - # uses: actions/cache@v2.1.6 + # uses: actions/cache@v4 # with: # path: ${{ steps.yarn-cache.outputs.dir }} # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -115,7 +115,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: JS package cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}