diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index c813451f7..ebbb9428e 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -230,7 +230,7 @@ jobs: # ... setup up Python and uv ... - name: Restore uv cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.uv-cache key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}