Skip to content

Commit 4b9d79b

Browse files
committed
Update action versions
1 parent d500b58 commit 4b9d79b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
environment:
1919
name: IO
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

23-
- name: Set up Python 3.6
24-
uses: actions/setup-python@v1
23+
- name: Set up Python 3.x
24+
uses: actions/setup-python@v4
2525
with:
26-
python-version: 3.6
26+
python-version: 3.x
2727

2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)