Skip to content

Commit 0bb01af

Browse files
Merge pull request #41 from andrew-codechimp/dependabot/github_actions/actions/setup-python-6
2 parents c283c7c + 96ae0ae commit 0bb01af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# uses: astral-sh/setup-uv@v7
4343

4444
# - name: Set up Python
45-
# uses: actions/setup-python@v5
45+
# uses: actions/setup-python@v6
4646
# with:
4747
# python-version-file: "pyproject.toml"
4848

@@ -63,7 +63,7 @@ jobs:
6363
uses: astral-sh/setup-uv@v7
6464

6565
- name: Set up Python
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version-file: "pyproject.toml"
6969

0 commit comments

Comments
 (0)