Skip to content

Commit 37e1988

Browse files
chore(deps): update actions/setup-python action to v4 (#323)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 2c83e38 commit 37e1988

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/proto-plus/.github/workflows/pypi-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies

packages/proto-plus/.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
access_token: ${{ github.token }}
2020
- uses: actions/checkout@v2
2121
- name: Set up Python 3.8
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: 3.8
2525
- name: Install black
@@ -35,7 +35,7 @@ jobs:
3535
access_token: ${{ github.token }}
3636
- uses: actions/checkout@v2
3737
- name: Set up Python 3.8
38-
uses: actions/setup-python@v3
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: 3.8
4141
- name: Install nox.
@@ -55,7 +55,7 @@ jobs:
5555
access_token: ${{ github.token }}
5656
- uses: actions/checkout@v2
5757
- name: Set up Python ${{ matrix.python }}
58-
uses: actions/setup-python@v3
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: ${{ matrix.python }}
6161
- name: Install nox
@@ -79,7 +79,7 @@ jobs:
7979
- name: Checkout
8080
uses: actions/checkout@v3
8181
- name: Setup Python
82-
uses: actions/setup-python@v3
82+
uses: actions/setup-python@v4
8383
with:
8484
python-version: "3.10"
8585
- name: Install coverage

0 commit comments

Comments
 (0)