From ddc5525290f4717fdc2dd0795a490896bbe71600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:47:28 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/continuous_integration.yml | 14 +++++++------- .github/workflows/deploy-single-docker-image.yml | 4 ++-- github-actions/deploy-ci-artifact/action.yaml | 2 +- github-actions/deploy-doxygen-docs/action.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 6904df0..5719191 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -199,13 +199,13 @@ jobs: if: ${{ inputs.run_lint == 'true' }} steps: - name: Checkout local github actions - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: everest/everest-ci ref: ${{ needs.setup-env.outputs.sha_everest_ci }} path: everest-ci - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: source - name: Run clang-format @@ -302,7 +302,7 @@ jobs: build_kit_image_tag: ${{ steps.set-outputs.outputs.tag }} steps: - name: Checkout Dockerfile - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ github.repository }} path: source @@ -375,7 +375,7 @@ jobs: fi ssh-add ~/.ssh/id_ed25519 - name: Checkout local github actions - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: everest/everest-ci ref: ${{ needs.setup-env.outputs.sha_everest_ci }} @@ -395,7 +395,7 @@ jobs: compile-${{ env.branch_name_for_cache }}- compile- - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: source - name: Setup run scripts @@ -535,7 +535,7 @@ jobs: name: wheels path: wheels - name: Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.1 with: path: source - name: Setup run scripts @@ -592,7 +592,7 @@ jobs: if: ${{ inputs.run_coverage && inputs.do_not_run_coverage_badge_creation == 'false' && inputs.run_coverage == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - name: Checkout local github actions - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: everest/everest-ci ref: ${{ needs.setup-env.outputs.sha_everest_ci }} diff --git a/.github/workflows/deploy-single-docker-image.yml b/.github/workflows/deploy-single-docker-image.yml index de4030f..9abc598 100644 --- a/.github/workflows/deploy-single-docker-image.yml +++ b/.github/workflows/deploy-single-docker-image.yml @@ -81,7 +81,7 @@ jobs: steps: - name: Checkout Dockerfile if: ${{ inputs.force_rebuild == false }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ github.repository }} path: source @@ -171,7 +171,7 @@ jobs: one_image_tag_long: ${{ steps.extract-one-tag.outputs.tag_long }} steps: - name: Checkout Dockerfile - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ github.repository }} path: source diff --git a/github-actions/deploy-ci-artifact/action.yaml b/github-actions/deploy-ci-artifact/action.yaml index 7c8be67..e771dde 100644 --- a/github-actions/deploy-ci-artifact/action.yaml +++ b/github-actions/deploy-ci-artifact/action.yaml @@ -38,7 +38,7 @@ runs: git config --global user.email "compiler@pionix.de" git config --global user.name "Github Service Account" - name: Checkout target repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.1 with: repository: ${{ inputs.target_repo }} path: gh-pages-repo diff --git a/github-actions/deploy-doxygen-docs/action.yaml b/github-actions/deploy-doxygen-docs/action.yaml index 4a58487..a267f89 100644 --- a/github-actions/deploy-doxygen-docs/action.yaml +++ b/github-actions/deploy-doxygen-docs/action.yaml @@ -31,7 +31,7 @@ runs: git config --global user.email "compiler@pionix.de" git config --global user.name "Github Service Account" - name: Checkout target repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.1 with: repository: ${{ inputs.target_repo }} path: gh-pages-repo