Skip to content

Commit 6780d05

Browse files
authored
Merge pull request #2567 from su2code/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 519067f + 8d9533d commit 6780d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v5
1616
- name: Setup python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.10'
2020
check-latest: true

0 commit comments

Comments
 (0)