Skip to content

Commit 406fcc7

Browse files
Update actions/checkout action to v7
1 parent d02e434 commit 406fcc7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/tts-intelligibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:

0 commit comments

Comments
 (0)