Skip to content

Commit c86a902

Browse files
Bump actions/setup-python from 1 to 3 (#264)
1 parent 35ad0b6 commit c86a902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-python@v1
23+
- uses: actions/setup-python@v3
2424
with:
2525
python-version: '3.x'
2626
- run: pip3 install -r requirements.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: actions/setup-python@v1
19+
- uses: actions/setup-python@v3
2020
with:
2121
python-version: '3.x'
2222
- run: pip3 install -r requirements.txt

0 commit comments

Comments
 (0)