From 220b24a36134a1034793b553e47724e09597a352 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Fri, 15 May 2026 16:53:46 +0200 Subject: [PATCH 1/2] CI: update used GH-Action Update actions/checkout to v6 --- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 1579d0201d..a01fd983d6 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Git checkout with submodules - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9add511f99..279ca2c891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v6 - name: Manual dispatch, get project name from input if: github.event_name == 'workflow_dispatch' @@ -56,7 +56,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v6 - name: Manual dispatch, get project name from input if: github.event_name == 'workflow_dispatch' @@ -103,7 +103,7 @@ jobs: steps: - name: Git checkout with submodules - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v6 with: submodules: true @@ -160,7 +160,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v6 - name: Get job status via GitHub API uses: octokit/request-action@v2.x From b1ad54aa31279e760ce66d8c3a8c5f2a076314c7 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Fri, 15 May 2026 16:55:28 +0200 Subject: [PATCH 2/2] CI: update upload-artifacts to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 279ca2c891..1e4a781eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: exit 1 fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: toolchains path: .github/toolchains