We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d980cc4 + 2b18cf1 commit 6b7b926Copy full SHA for 6b7b926
.github/workflows/deploy-website.yaml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v5
23
- name: Use Node.js
24
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
25
with:
26
node-version: 20.x
27
- name: Build website
.github/workflows/pytest.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
python-version: ${{ matrix.python-version }}
- name: Display Python version
0 commit comments