Skip to content

Commit bbbb22a

Browse files
committed
bump up setup-python
1 parent f40a655 commit bbbb22a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Setup Python
30-
uses: actions/setup-python@v3
30+
uses: actions/setup-python@v4
3131
with:
3232
python-version: '3.x'
3333

@@ -54,7 +54,7 @@ jobs:
5454
needs: build
5555
steps:
5656
- name: Setup Python
57-
uses: actions/setup-python@v3
57+
uses: actions/setup-python@v4
5858
with:
5959
python-version: '3.x'
6060

0 commit comments

Comments
 (0)