|
@@ -26,7 +26,7 @@ jobs:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
|
- name: Set up Python
|
|
|
- uses: actions/setup-python@v4
|
|
|
+ uses: actions/setup-python@v5
|
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
cache: 'pip'
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
|
- name: Set up Python
|
|
|
- uses: actions/setup-python@v4
|
|
|
+ uses: actions/setup-python@v5
|
|
|
with:
|
|
|
python-version: pypy-3.10-nightly
|
|
|
cache: 'pip'
|
|
@@ -80,7 +80,7 @@ jobs:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
|
- name: Set up Python
|
|
|
- uses: actions/setup-python@v4
|
|
|
+ uses: actions/setup-python@v5
|
|
|
with:
|
|
|
python-version: pypy-3.10-nightly
|
|
|
cache: 'pip'
|
|
@@ -102,7 +102,7 @@ jobs:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
|
- name: Set up Node.js
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: '20'
|
|
|
cache: 'npm'
|
|
@@ -117,7 +117,7 @@ jobs:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
|
- name: Set up Python
|
|
|
- uses: actions/setup-python@v4
|
|
|
+ uses: actions/setup-python@v5
|
|
|
with:
|
|
|
python-version: '3.12'
|
|
|
cache: 'pip'
|
|
@@ -153,7 +153,7 @@ jobs:
|
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
|
- name: Set up Python
|
|
|
- uses: actions/setup-python@v4
|
|
|
+ uses: actions/setup-python@v5
|
|
|
with:
|
|
|
python-version: '3.12'
|
|
|
cache: 'pip'
|