Skip to content

Commit dd728cb

Browse files
authored
Merge pull request #58 from gulfofmaine/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 197d5b8 + 175cc27 commit dd728cb

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
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@v6
1212
with:
1313
python-version: "3.13"
1414
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)