We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653e264 commit 1cd776bCopy full SHA for 1cd776b
1 file changed
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
jackd --no-realtime -d dummy &
41
- name: Set up Python
42
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
43
with:
44
python-version: "3"
45
- name: Double-check Python version
@@ -60,7 +60,7 @@ jobs:
60
runs-on: ubuntu-latest
61
steps:
62
63
64
65
66
0 commit comments