Skip to content

Commit e2a35b7

Browse files
authored
Merge pull request #71 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8ced070 + c792f9c commit e2a35b7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/component_diff_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Check
1818
steps:
1919
- name: Checkout current PR
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0 # we need the full history because the rake tasks reads git tags
2323

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version: ${{ steps.next_release.outputs.version }}
1414
steps:
1515
- name: Check out repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version: ${{ steps.current_release.outputs.version }}
1414
steps:
1515
- name: Check out repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/runtime_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout current PR
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
- name: Install Ruby version 3.3

0 commit comments

Comments
 (0)