Skip to content

Commit 45e996b

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03d7e62 commit 45e996b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-python@v5
30+
- uses: actions/setup-python@v6
3131
with:
3232
python-version: '3.10'
3333

@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060

61-
- uses: actions/setup-python@v5
61+
- uses: actions/setup-python@v6
6262
with:
6363
python-version: '3.10'
6464

@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
fetch-depth: 0
161161

162-
- uses: actions/setup-python@v5
162+
- uses: actions/setup-python@v6
163163
with:
164164
python-version: '3.11'
165165

@@ -245,7 +245,7 @@ jobs:
245245
with:
246246
fetch-depth: 0
247247

248-
- uses: actions/setup-python@v5
248+
- uses: actions/setup-python@v6
249249
with:
250250
python-version: '3.10'
251251

.github/workflows/mnemonics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.10'
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141

42-
- uses: actions/setup-python@v5
42+
- uses: actions/setup-python@v6
4343
with:
4444
python-version: '3.10'
4545

0 commit comments

Comments
 (0)