Skip to content

Commit 320baec

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#1861)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8727d4 commit 320baec

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727
runs-on: ubuntu-22.04
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- uses: pnpm/action-setup@v4
3232
name: Install pnpm

.github/workflows/e2e-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ jobs:
4444
name: Run E2E tests
4545
runs-on: ubuntu-24.04
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
if: github.event_name == 'workflow_dispatch'
4949
with:
5050
repository: ${{ github.event.inputs.organization }}/${{ github.event.inputs.repositoryName }}
5151
ref: ${{ github.event.inputs.branch }}
5252
path: ${{ github.event.inputs.repositoryName }}
5353

54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
if: github.event_name == 'push'
5656
with:
5757
path: podman-desktop-extension-bootc
5858

5959
# Checkout podman desktop
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
with:
6262
repository: podman-desktop/podman-desktop
6363
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
matrix:
3030
os: [windows-2022, ubuntu-22.04, macos-14]
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333

3434
- uses: pnpm/action-setup@v4
3535
name: Install pnpm
@@ -70,15 +70,15 @@ jobs:
7070
env:
7171
SKIP_INSTALLATION: true
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474
with:
7575
path: podman-desktop-extension-bootc
7676
- uses: actions/setup-node@v4
7777
with:
7878
node-version: 22
7979

8080
# Checkout podman desktop
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282
with:
8383
repository: containers/podman-desktop
8484
ref: main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
build:
3535
runs-on: ubuntu-22.04
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
ref: ${{ github.event.inputs.branch }}
4040

0 commit comments

Comments
 (0)