Skip to content

Commit 735f9f7

Browse files
authored
Merge pull request #1346 from rackerlabs/fix-pre-commit
fix: switch to Python 3.13 for ansible-lint
2 parents 8f633e1 + 854188f commit 735f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1818
id: setup-python
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121
cache: 'pip'
2222
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2323
with:

0 commit comments

Comments
 (0)