diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c8562f45..508d843d 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.1 + uses: actions/cache@v4.1.2 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-testsite-${{ hashFiles('**/yarn.lock') }}