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 93f065f commit 0a8ceacCopy full SHA for 0a8ceac
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v5
9
- name: Set up Python
10
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
11
with:
12
python-version: "3"
13
- name: Install "build"
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
jackd --no-realtime -d dummy &
44
45
46
47
48
- name: Double-check Python version
@@ -63,7 +63,7 @@ jobs:
63
runs-on: ubuntu-latest
64
65
66
67
68
69
0 commit comments