Skip to content

Commit 6f344b3

Browse files
committed
Bump actions/setup-python version to v4
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 5e6541e commit 6f344b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/daily-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cache: 'yarn'
4747

4848
- name: Set up Python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v3
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

.github/workflows/other-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: '3.6'
2525

@@ -60,7 +60,7 @@ jobs:
6060
cache: 'yarn'
6161

6262
- name: Set up Python
63-
uses: actions/setup-python@v2
63+
uses: actions/setup-python@v4
6464
with:
6565
python-version: '3.6'
6666

0 commit comments

Comments
 (0)