Skip to content

Commit 4742961

Browse files
Bump actions/setup-python from 4.2.0 to 4.3.0 (#394)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent febafc8 commit 4742961

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v3
2727
- name: Setup Python 3.9
28-
uses: actions/setup-python@v4.2.0
28+
uses: actions/setup-python@v4.3.0
2929
with:
3030
python-version: 3.9
3131
#----------------------------------------------
@@ -97,7 +97,7 @@ jobs:
9797
- name: Checkout
9898
uses: actions/checkout@v3
9999
- name: Setup Python ${{ matrix.pyver }}
100-
uses: actions/setup-python@v4.2.0
100+
uses: actions/setup-python@v4.3.0
101101
with:
102102
python-version: ${{ matrix.pyver }}
103103
#----------------------------------------------

.github/workflows/pypi-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
value: "${{ steps.get_version.outputs.VERSION }}"
2828

2929
- name: Set up Python 3.9
30-
uses: actions/setup-python@v1
30+
uses: actions/setup-python@v4.3.0
3131
with:
3232
python-version: 3.9
3333

0 commit comments

Comments
 (0)