We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4252421 commit 49a5008Copy full SHA for 49a5008
.github/workflows/linter.yaml
@@ -26,7 +26,7 @@ jobs:
26
npm install
27
npm test
28
- name: Set up Python 3
29
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
30
with:
31
python-version: '3.11'
32
- name: Check SUMMARY.md
0 commit comments