Skip to content

Commit 3848a04

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 138c0a7 + 72baf99 commit 3848a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)