diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 325366c..b2c5c54 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: # Get history and tags for SCM versioning to work fetch-depth: 0 - name: Install the latest version of uv with cache enabled - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v5 with: version: "latest" enable-cache: true