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..1e4a781eff 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' @@ -81,7 +81,7 @@ jobs: exit 1 fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: toolchains path: .github/toolchains @@ -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