Skip to content

Commit 9731b8d

Browse files
authored
update pypi deploy test workflow runner
1 parent d177574 commit 9731b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_pip_install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ on:
2222

2323
jobs:
2424
test_release:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2929
- name: Get the tags
3030
run: git fetch --all --tags
3131
- name: Install Python's "build" package

0 commit comments

Comments
 (0)