We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e4452 commit 0502b97Copy full SHA for 0502b97
.github/workflows/kernel.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: 'Checkout repo'
19
uses: actions/checkout@v4
20
- name: 'Set up Python 3.9'
21
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
22
- name: 'Install dependencies'
23
run: |
24
python -m pip install --upgrade pip
0 commit comments