Skip to content

Commit 06753d4

Browse files
dependabot[bot]dgolovin
authored andcommitted
chore(deps): Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 570a51c commit 06753d4

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 60
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
- uses: pnpm/action-setup@v6
2727
name: Install pnpm

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

.github/workflows/pr-check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: true
4242

4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v7
4545

4646
- uses: pnpm/action-setup@v6
4747
name: Install pnpm
@@ -72,12 +72,12 @@ jobs:
7272
env:
7373
SKIP_INSTALLATION: true
7474
steps:
75-
- uses: actions/checkout@v6
75+
- uses: actions/checkout@v7
7676
with:
7777
path: podman-desktop-redhat-account-ext
7878

7979
# Checkout podman desktop
80-
- uses: actions/checkout@v6
80+
- uses: actions/checkout@v7
8181
with:
8282
repository: podman-desktop/podman-desktop
8383
ref: main
@@ -168,12 +168,12 @@ jobs:
168168
env:
169169
SKIP_INSTALLATION: true
170170
steps:
171-
- uses: actions/checkout@v6
171+
- uses: actions/checkout@v7
172172
with:
173173
path: podman-desktop-redhat-account-ext
174174

175175
# Checkout podman desktop
176-
- uses: actions/checkout@v6
176+
- uses: actions/checkout@v7
177177
with:
178178
repository: containers/podman-desktop
179179
ref: main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
releaseId: ${{ steps.create_release.outputs.id}}
4848

4949
steps:
50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v7
5151
with:
5252
ref: ${{ github.event.inputs.branch }}
5353

0 commit comments

Comments
 (0)