Merge pull request #698 from kiwix/update-actions-for-nodejs20

Update actions relying on old Node.js16
This commit is contained in:
Kelson 2024-05-02 12:49:13 +02:00 committed by GitHub
commit 0ebf4c97ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -162,9 +162,9 @@ jobs:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- name: Checkout code
uses: actions/checkout@v3
- name: Setup python 3.10
uses: actions/setup-python@v3
uses: actions/checkout@v4
- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install packages

View File

@ -153,11 +153,11 @@ jobs:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- name: Checkout code
uses: actions/checkout@v3
- name: Setup python 3.8
uses: actions/setup-python@v3
uses: actions/checkout@v4
- name: Setup python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- name: Install packages
run:
brew install pkg-config ninja automake autoconf
@ -218,7 +218,7 @@ jobs:
OS_NAME: linux
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install python modules
shell: bash
run: |