diff --git a/.github/workflows/master-deploy.yml b/.github/workflows/master-deploy.yml index 29e7618..ce1a5fa 100644 --- a/.github/workflows/master-deploy.yml +++ b/.github/workflows/master-deploy.yml @@ -24,7 +24,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}-modules- - run: yarn install - name: Build Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./node_modules/.cache/ key: ${{ runner.os }}-site-saber-${{ github.sha }} diff --git a/.github/workflows/saber-interface.yml b/.github/workflows/saber-interface.yml index 542cdd6..7023e10 100644 --- a/.github/workflows/saber-interface.yml +++ b/.github/workflows/saber-interface.yml @@ -17,7 +17,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Yarn Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}