Skip to content

Commit 1cd776b

Browse files
Bump actions/setup-python from 4 to 5 (#127)
1 parent 653e264 commit 1cd776b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
jackd --no-realtime -d dummy &
4141
- name: Set up Python
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: "3"
4545
- name: Double-check Python version
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Set up Python
63-
uses: actions/setup-python@v4
63+
uses: actions/setup-python@v5
6464
with:
6565
python-version: "3"
6666
- name: Double-check Python version

0 commit comments

Comments
 (0)