Skip to content

Commit 2667089

Browse files
committed
Update GHA CI action version of setup-python to latest.
1 parent 069e198 commit 2667089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131

3232
- name: Set up Python 3.8
33-
uses: actions/setup-python@v3
33+
uses: actions/setup-python@v4
3434
with:
3535
python-version: 3.8
3636

@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v3
9191

9292
- name: Set up Python
93-
uses: actions/setup-python@v3
93+
uses: actions/setup-python@v4
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696

0 commit comments

Comments
 (0)