diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 68844c7e..1f753811 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -31,7 +31,7 @@ jobs: run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}