Skip to content

Commit 5f6d15b

Browse files
committed
Update CI to use new action versions
Signed-off-by: Jordan Borean <[email protected]>
1 parent bd3334d commit 5f6d15b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535

36-
- uses: actions/setup-python@v2
36+
- uses: actions/setup-python@v4
3737

3838
- name: Test
3939
run: |
@@ -59,9 +59,9 @@ jobs:
5959

6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v2
62+
- uses: actions/checkout@v3
6363

64-
- uses: actions/setup-python@v2
64+
- uses: actions/setup-python@v4
6565

6666
- name: Build sdist and wheel
6767
run: |
@@ -70,7 +70,7 @@ jobs:
7070
python setup.py sdist
7171
7272
- name: Capture sdist and wheel
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v3
7474
with:
7575
name: k5test
7676
path: dist/*

0 commit comments

Comments
 (0)