Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
validate-cockpit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- run: corepack enable

- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: '24'
cache: pnpm
Expand All @@ -41,13 +41,13 @@ jobs:
validate-backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- run: corepack enable

- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: '24'
cache: pnpm
Expand All @@ -65,13 +65,13 @@ jobs:
validate-i12e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

- run: corepack enable

- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: '24'
cache: pnpm
Expand All @@ -88,7 +88,7 @@ jobs:
validate-release-ref:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand All @@ -104,7 +104,7 @@ jobs:
- validate-release-ref
- validate-cockpit
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- validate-release-ref
- validate-backend
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- validate-release-ref
- validate-i12e
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- build-image-backend
- build-images-i12e
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
needs:
- publish-images
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
Loading