Skip to content

Commit c4d2742

Browse files
Update actions/setup-python action to v4
1 parent 67563c4 commit c4d2742

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
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v3
5757

5858
- name: Set up Python
59-
uses: actions/setup-python@v3
59+
uses: actions/setup-python@v4
6060

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

0 commit comments

Comments
 (0)