summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-windows.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-windows.yml
parent15fd13fda8fa6d37f7a8c9095b1bf1bb23444206 (diff)
Update actions/checkout and actions/setup-python
Diffstat (limited to '.github/workflows/pip-packaging-windows.yml')
-rw-r--r--.github/workflows/pip-packaging-windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 48a98036..6f544499 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -13,10 +13,10 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
with:
submodules: true
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64