From e3ed1ec335195bbc7b10add128530bbe75060bed Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Mon, 31 Oct 2022 11:25:38 +0100 Subject: Update actions/checkout and actions/setup-python --- .github/workflows/pip-build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pip-build-linux.yml') diff --git a/.github/workflows/pip-build-linux.yml b/.github/workflows/pip-build-linux.yml index a2b4f085..11b6271d 100644 --- a/.github/workflows/pip-build-linux.yml +++ b/.github/workflows/pip-build-linux.yml @@ -9,7 +9,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.10 -- cgit v1.2.3