Skip to content

Commit c26c46f

Browse files
authored
Merge pull request #90 from OpenVoxProject/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 55ae36f + 8965987 commit c26c46f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_ezbake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
ref: ${{ inputs.branch }}
5656

5757
- name: Checkout platform config
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
with:
6060
repository: OpenVoxProject/shared-actions
6161
ref: main

.github/workflows/build_ezbake_fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ inputs.branch }}
5353

5454
- name: Checkout platform config
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656
with:
5757
repository: OpenVoxProject/shared-actions
5858
ref: main

.github/workflows/build_vanagon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
build_matrix: ${{ steps.set-matrix.outputs.build_matrix }}
4747
steps:
4848
- name: Checkout platform config
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
repository: OpenVoxProject/shared-actions
5252
ref: main

0 commit comments

Comments
 (0)