Skip to content

Commit df9a0e8

Browse files
authored
Merge pull request #1 from Bit-Maximum/dependabot/github_actions/actions/setup-python-6
⬆ bump actions/setup-python from 5 to 6
2 parents 67bf9a8 + 63b3dae commit df9a0e8

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: gradle/actions/setup-gradle@v5
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@v5
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: '3.13'
3737

0 commit comments

Comments
 (0)