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.
1 parent 7bfb08a commit c2a113bCopy full SHA for c2a113b
3 files changed
.github/workflows/code-static-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v4
36
- name: Set up Python 3.12
37
if: ${{ matrix.language == 'python' }}
38
- uses: actions/setup-python
+ uses: actions/setup-python@v5
39
with:
40
python-version: '3.12'
41
- name: Install dependencies
.github/workflows/predeploy.yml
@@ -26,7 +26,7 @@ jobs:
26
27
node-version: '20'
28
29
30
31
32
- name: Run the website
.github/workflows/test-website.yml
@@ -25,7 +25,7 @@ jobs:
25
0 commit comments