We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d825d2 + a6577c1 commit a40d997Copy full SHA for a40d997
2 files changed
.github/workflows/markdown-link-lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Install uv
17
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
18
with:
19
enable-cache: true
20
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
21
22
23
- name: Read Python version
24
run: echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
0 commit comments