Skip to content

Commit d4bd4d7

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#356)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 426849f commit d4bd4d7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/build-next.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-24.04
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: Install qemu dependency
3838
run: |
@@ -72,7 +72,7 @@ jobs:
7272
needs: builder-image
7373

7474
steps:
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676

7777
- name: Install qemu dependency
7878
run: |

.github/workflows/e2e-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
ORGANIZATION: ${{ inputs.organization || 'redhat-developer' }}
5757
BRANCH: ${{ inputs.branch || 'main' }}
5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
if: github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'
6161
with:
6262
repository: ${{ env.ORGANIZATION }}/${{ env.REPO }}
6363
ref: ${{ env.BRANCH }}
6464
path: ${{ env.REPO }}
6565

66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
if: github.event_name == 'push'
6868
with:
6969
path: podman-desktop-rhel-ext
@@ -79,7 +79,7 @@ jobs:
7979
echo "REPOSITORY=$repository" >> $GITHUB_ENV
8080
8181
# Checkout podman desktop
82-
- uses: actions/checkout@v5
82+
- uses: actions/checkout@v6
8383
with:
8484
repository: podman-desktop/podman-desktop
8585
ref: main

.github/workflows/pr-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-24.04
3030
timeout-minutes: 40
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: pnpm/action-setup@v4
3434
name: Install pnpm
3535
with:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-24.04
5959
timeout-minutes: 40
6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262
- uses: pnpm/action-setup@v4
6363
name: Install pnpm
6464
with:
@@ -88,7 +88,7 @@ jobs:
8888
matrix:
8989
os: [windows-2022, ubuntu-24.04, macos-15]
9090
steps:
91-
- uses: actions/checkout@v5
91+
- uses: actions/checkout@v6
9292
- uses: pnpm/action-setup@v4
9393
name: Install pnpm
9494
with:

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
RHELExtensionVersion: ${{ steps.TAG_UTIL.outputs.RHELExtensionVersion}}
4444

4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
ref: ${{ github.event.inputs.branch }}
4949

@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-24.04
113113

114114
steps:
115-
- uses: actions/checkout@v5
115+
- uses: actions/checkout@v6
116116
with:
117117
ref: ${{ needs.tag.outputs.githubTag }}
118118

@@ -154,7 +154,7 @@ jobs:
154154
needs: [builder-image, tag]
155155

156156
steps:
157-
- uses: actions/checkout@v5
157+
- uses: actions/checkout@v6
158158
with:
159159
ref: ${{ needs.tag.outputs.githubTag }}
160160

0 commit comments

Comments
 (0)