Skip to content

Commit 900de6e

Browse files
authored
Merge pull request #7 from jwillikers/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 2ec8d12 + dbfbbd6 commit 900de6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v5
2929
- name: Set up Python 3.11
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: "3.11"
3333
- uses: chartboost/ruff-action@v1

0 commit comments

Comments
 (0)