Skip to content

Commit 7ebd6d0

Browse files
Bump actions/checkout from 4 to 5 (SatelliteQE#1961)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10717a4 commit 7ebd6d0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@v4
46+
uses: actions/checkout@v5
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@v4
149+
- uses: actions/checkout@v5
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
@@ -47,7 +47,7 @@ jobs:
4747
swap-size-gb: 10
4848

4949
## Airgun Repo Checkout
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
if: ${{ startsWith(matrix.label, '6.') && matrix.label != github.base_ref }}
5252
with:
5353
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@v4
17+
- uses: actions/checkout@v5
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/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ['3.11', '3.12', '3.13']
1919
steps:
2020
- name: Checkout Airgun
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Set Up Python-${{ matrix.python-version }}
2424
uses: actions/setup-python@v5
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ['3.13']
5757
steps:
5858
- name: Checkout Airgun
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060

6161
- name: Set Up Python
6262
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)