From 705c31aa30fec368f6b233930c295f390a566784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:03:50 +0000 Subject: [PATCH] Update actions/checkout action to v5 (#1445) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/autoapprove.yml | 2 +- .github/workflows/build-arm64.yaml | 2 +- .github/workflows/build.yaml | 2 +- .github/workflows/pr.yaml | 6 +++--- .github/workflows/renovate_auto.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autoapprove.yml b/.github/workflows/autoapprove.yml index 31ea99b..a605b4d 100644 --- a/.github/workflows/autoapprove.yml +++ b/.github/workflows/autoapprove.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.actor == 'ci-robbot' }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Approve a PR if not already approved run: | diff --git a/.github/workflows/build-arm64.yaml b/.github/workflows/build-arm64.yaml index 59a796f..11ec68e 100644 --- a/.github/workflows/build-arm64.yaml +++ b/.github/workflows/build-arm64.yaml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-24.04-arm steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - run: mkdir build diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 561fdfb..cf291c1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: fast steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - run: mkdir build diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5bc70ca..38e990c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,7 +9,7 @@ jobs: validate: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Get changed files @@ -32,7 +32,7 @@ jobs: build-arm64: runs-on: ARM64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - run: mkdir build @@ -96,7 +96,7 @@ jobs: echo sudo rm -rfv build || true df -h - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - run: mkdir build diff --git a/.github/workflows/renovate_auto.yml b/.github/workflows/renovate_auto.yml index 8167654..2e12aaa 100644 --- a/.github/workflows/renovate_auto.yml +++ b/.github/workflows/renovate_auto.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.actor == 'renovate[bot]' }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Approve a PR if not already approved run: |