Skip to content

Commit 77a3797

Browse files
authored
Merge pull request #63 from voicevox-client/tuna2134-patch-2
Bump GitHub actions version
2 parents 90504c1 + d2fb63e commit 77a3797

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
ports:
1818
- 50021:50021
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.12'
2525
- name: Install depend
2626
run: python -m pip install -U .[tests]
2727
- name: Run test

0 commit comments

Comments
 (0)