Skip to content

Commit a40d997

Browse files
authored
Merge pull request #102 from Miyamura80/dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 5 to 7
2 parents 6d825d2 + a6577c1 commit a40d997

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown-link-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install uv
17-
uses: astral-sh/setup-uv@v5
17+
uses: astral-sh/setup-uv@v7
1818
with:
1919
enable-cache: true
2020

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Install uv
21-
uses: astral-sh/setup-uv@v5
21+
uses: astral-sh/setup-uv@v7
2222

2323
- name: Read Python version
2424
run: echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)