diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5654c769..ef82b9bd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -31,7 +31,7 @@ jobs: run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-documentation-${{ hashFiles('**/yarn.lock') }}