Skip to content

Commit 901e1b9

Browse files
authored
Merge pull request #123 from StephanU/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 6.0.0 to 6.1.0
2 parents 897157d + b8a8600 commit 901e1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: "actions/[email protected]"
1818

1919
- name: "Set up Python"
20-
uses: actions/setup-python@v6.0.0
20+
uses: actions/setup-python@v6.1.0
2121
with:
2222
python-version: "3.13"
2323
cache: "pip"

0 commit comments

Comments
 (0)