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