summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-12-30 20:03:00 -0500
committerScott Talbert <swt@techie.net>2022-12-30 20:03:00 -0500
commit2a8f57dc7d1906aeb1d828d91cbb440573dcd634 (patch)
tree98f65b2d1ae4255d485f4f0c61969cdde45816f3
parent7ae409f65ffa2a2c7ab3a9c6d8a72a1e05f1e843 (diff)
downloadpycurl-2a8f57dc7d1906aeb1d828d91cbb440573dcd634.tar.gz
CI: upgrade setup-python to v4
-rw-r--r--.github/workflows/ci-macos.yml2
-rw-r--r--.github/workflows/ci-windows.yml2
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/cibuildwheel.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 0474e25..45c263e 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -27,7 +27,7 @@ jobs:
# Note: had to select a Version of Xcode that has macOS 11.x SDK
run: sudo xcode-select -s '/Applications/Xcode_13.0.app/Contents/Developer'
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 865138a..e3d395d 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -25,7 +25,7 @@ jobs:
with:
arch: 'x86'
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: 'x86'
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 212c99b..77b7564 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install packages
diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml
index d50c40c..40e0ecf 100644
--- a/.github/workflows/cibuildwheel.yml
+++ b/.github/workflows/cibuildwheel.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Set up QEMU