File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 contents : read
2121 steps :
2222 - name : Checkout Repository
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424
2525 - name : Checkout gh-automations scripts
2626 if : ${{ github.event_name == 'pull_request' }}
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 repository : OpenVoiceOS/gh-automations
3030 ref : dev
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 TEST_PATH : ' test/end2end/test_tts_intelligibility.py'
2525 INSTALL_EXTRAS : ' test'
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828
2929 - name : Checkout gh-automations scripts
3030 if : ${{ github.event_name == 'pull_request' }}
31- uses : actions/checkout@v6
31+ uses : actions/checkout@v7
3232 with :
3333 repository : OpenVoiceOS/gh-automations
3434 ref : dev
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 timeout-minutes : 30
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - name : Set up python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v6
1919 with :
You can’t perform that action at this time.
0 commit comments