Skip to content

Commit 5f93bb1

Browse files
authored
Merge pull request #100 from BotBlake/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 313ee38 + 6575411 commit 5f93bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4.2.2
2424

2525
- name: Set up Python ${{ matrix.py_version }}
26-
uses: actions/setup-python@v5.6.0
26+
uses: actions/setup-python@v6.0.0
2727
with:
2828
python-version: ${{ matrix.py_version }}
2929

0 commit comments

Comments
 (0)