summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-linux.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-10-31 11:25:38 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-10-31 11:25:38 +0100
commite3ed1ec335195bbc7b10add128530bbe75060bed (patch)
treeb5a05c04ea192c18fc535894116fcfeb4d2a2246 /.github/workflows/pip-packaging-linux.yml
parent15fd13fda8fa6d37f7a8c9095b1bf1bb23444206 (diff)
Update actions/checkout and actions/setup-python
Diffstat (limited to '.github/workflows/pip-packaging-linux.yml')
-rw-r--r--.github/workflows/pip-packaging-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-linux.yml b/.github/workflows/pip-packaging-linux.yml
index 98173ed3..285cfa00 100644
--- a/.github/workflows/pip-packaging-linux.yml
+++ b/.github/workflows/pip-packaging-linux.yml
@@ -11,7 +11,7 @@ jobs:
# cf. https://github.com/GUDHI/gudhi-deploy/blob/main/Dockerfile_for_pip
container: gudhi/pip_for_gudhi
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
with:
submodules: true
- name: Build wheel for Python 3.6