From 3e5025eaf0c0251a56b2d9d657196147266c4410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20Mayer?= <7984982+theMattCode@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:38:39 +0200 Subject: [PATCH] Bump action version to use Node v24 --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3b38fc..1a6553a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -104,7 +104,7 @@ jobs: - validate-release-ref - validate-cockpit steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -135,7 +135,7 @@ jobs: - validate-release-ref - validate-backend steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -166,7 +166,7 @@ jobs: - validate-release-ref - validate-i12e steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -200,7 +200,7 @@ jobs: - build-image-backend - build-images-i12e steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -339,7 +339,7 @@ jobs: needs: - publish-images steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0