Skip to content

Commit 9ab1154

Browse files
authored
Merge pull request #430 from cmusphinx/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 71b75d4 + 1af1d0b commit 9ab1154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v5
5555
- name: Setup python for test ${{ matrix.py }}
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: ${{ matrix.py }}
5959
- name: Install sox

0 commit comments

Comments
 (0)