fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3335 from hey-api/renovate/astral-sh-setup-uv-7.x

chore(deps): update astral-sh/setup-uv action to v7

authored by

Lubos and committed by
GitHub
f073cfab 84e798bb

+1 -1
+1 -1
.github/workflows/ci.yml
··· 46 46 node-version: ${{ matrix.node-version }} 47 47 cache: pnpm 48 48 49 - - uses: astral-sh/setup-uv@v5 49 + - uses: astral-sh/setup-uv@v7 50 50 with: 51 51 enable-cache: true 52 52