Skip to content

Commit 173c048

Browse files
authored
Merge pull request #77 from EventAccess/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents d5483b2 + 2f3db50 commit 173c048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v5.0.0
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v5.6.0
16+
uses: actions/setup-python@v6.0.0
1717
with:
1818
python-version: 3.13
1919

0 commit comments

Comments
 (0)