Skip to content

Commit 1008c2b

Browse files
authored
Merge pull request #72 from ITCraftDevelopmentTeam/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents baf565a + 11b82de commit 1008c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121

2222
- name: "Setup Python"
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.12
2626

@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v6
6060

6161
- name: "Setup Python"
62-
uses: actions/setup-python@v5
62+
uses: actions/setup-python@v6
6363
with:
6464
python-version: 3.12
6565

@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v6
120120

121121
- name: "Setup Python"
122-
uses: actions/setup-python@v5
122+
uses: actions/setup-python@v6
123123
with:
124124
python-version: 3.12
125125

0 commit comments

Comments
 (0)