Skip to content

Commit be0da52

Browse files
committed
Update GitHub actions
1 parent c573fae commit be0da52

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-python@v3
24+
- uses: actions/setup-python@v4
2525
with:
2626
python-version: '3.x'
2727
- 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@v3
19-
- uses: actions/setup-python@v3
19+
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.x'
2222
- run: pip3 install -r requirements.txt

0 commit comments

Comments
 (0)