Skip to content

Commit a2beff5

Browse files
Update actions/setup-python action to v4
1 parent 5a80f1d commit a2beff5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v4
2323

2424
- name: Install dependencies
2525
run: |

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fossa-api-key: 7c94ee8610054ec8084c954b58615e0e
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v3
32+
uses: actions/setup-python@v4
3333

3434
- name: Python Cache
3535
uses: actions/cache@v3
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v3
5656

5757
- name: Set up Python
58-
uses: actions/setup-python@v3
58+
uses: actions/setup-python@v4
5959

6060
- name: Python Cache
6161
uses: actions/cache@v3

0 commit comments

Comments
 (0)