Merge branch 'main' into nickfyson/node-20

This commit is contained in:
Nick Fyson 2023-12-13 11:26:45 +00:00 committed by GitHub
commit b974542e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 18 additions and 15 deletions

View file

@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
@ -96,7 +96,7 @@ jobs:
steps:
- name: Setup Python on MacOS
uses: actions/setup-python@v4
uses: actions/setup-python@v5
if: |
matrix.os == 'macos-latest' && (
matrix.version == 'stable-20220908' ||