Skip to content

Commit 7043888

Browse files
authored
Merge pull request #792 from jazzband/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 9423cee + bce7b2c commit 7043888

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v5
5757

5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v5
115115

116116
- name: Set up Python
117-
uses: actions/setup-python@v5
117+
uses: actions/setup-python@v6
118118
with:
119119
python-version: '3.x'
120120

@@ -155,7 +155,7 @@ jobs:
155155
fetch-depth: 0
156156

157157
- name: Set up Python
158-
uses: actions/setup-python@v5
158+
uses: actions/setup-python@v6
159159
with:
160160
python-version: '3.x'
161161

.github/workflows/release.yml

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

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: 3.9
2222

0 commit comments

Comments
 (0)