Skip to content

Commit 6195e1b

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#175)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37803de commit 6195e1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/[email protected]
3434
- name: Set up Python
3535
id: python
36-
uses: actions/setup-python@v5.6.0
36+
uses: actions/setup-python@v6.0.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: Restore Python virtual environment
@@ -79,7 +79,7 @@ jobs:
7979
- name: Check out code from GitHub
8080
uses: actions/[email protected]
8181
- name: Set up Python ${{ matrix.python-version }}
82-
uses: actions/setup-python@v5.6.0
82+
uses: actions/setup-python@v6.0.0
8383
id: python
8484
with:
8585
python-version: ${{ matrix.python-version }}
@@ -128,7 +128,7 @@ jobs:
128128
- name: Check out code from GitHub
129129
uses: actions/[email protected]
130130
- name: Set up Python ${{ matrix.python-version }}
131-
uses: actions/setup-python@v5.6.0
131+
uses: actions/setup-python@v6.0.0
132132
id: python
133133
with:
134134
python-version: ${{ matrix.python-version }}
@@ -177,7 +177,7 @@ jobs:
177177
- name: Check out code from GitHub
178178
uses: actions/[email protected]
179179
- name: Set up Python ${{ matrix.python-version }}
180-
uses: actions/setup-python@v5.6.0
180+
uses: actions/setup-python@v6.0.0
181181
id: python
182182
with:
183183
python-version: ${{ matrix.python-version }}
@@ -269,7 +269,7 @@ jobs:
269269
- name: Check out code from GitHub
270270
uses: actions/[email protected]
271271
- name: Set up Python ${{ matrix.python-version }}
272-
uses: actions/setup-python@v5.6.0
272+
uses: actions/setup-python@v6.0.0
273273
id: python
274274
with:
275275
python-version: ${{ matrix.python-version }}
@@ -320,7 +320,7 @@ jobs:
320320
- name: Check out code from GitHub
321321
uses: actions/[email protected]
322322
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
323-
uses: actions/setup-python@v5.6.0
323+
uses: actions/setup-python@v6.0.0
324324
id: python
325325
with:
326326
python-version: ${{ env.DEFAULT_PYTHON }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
fi
4242
- name: Set up Python ${{ env.PYTHON_VERSION }}
43-
uses: actions/setup-python@v5.6.0
43+
uses: actions/setup-python@v6.0.0
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646
- name: Install build

0 commit comments

Comments
 (0)