Skip to content

Commit 8965987

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55ae36f commit 8965987

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)