Skip to content

Commit 6f00814

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 972a39a commit 6f00814

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/auto_branching.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout Robottelo
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Create the ${{ github.event.inputs.target_branch }} branch
4949
id: create-branch
@@ -146,7 +146,7 @@ jobs:
146146
if: ${{ needs.check-group-membership.outputs.member == 'true' }}
147147

148148
steps:
149-
- uses: actions/checkout@v5
149+
- uses: actions/checkout@v6
150150

151151
- name: Update target branch label in dependabot yml file
152152
id: update-dependabot

.github/workflows/auto_cherry_pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
swap-size-gb: 10
4747
## Nailgun Repo Checkout
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
if: ${{ startsWith(matrix.label, '6.') && matrix.label != github.base_ref }}
5050
with:
5151
fetch-depth: 0

.github/workflows/dispatch_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Git User setup
2020
run: "git config --local user.email Satellite-QE.satqe.com && git config --local user.name Satellite-QE"

.github/workflows/merge_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ['3.12', '3.13', '3.14']
1919
steps:
2020
- name: Checkout Nailgun
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 2
2424

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ['3.12', '3.13', '3.14']
1818
steps:
1919
- name: Checkout Nailgun
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 2
2323

0 commit comments

Comments
 (0)