From 949083e2ba029aee95b76976d58aa1ffbca0d5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:44:08 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23f1ed7..698e906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: whitespace-errors: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: check run: git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904 @@ -16,7 +16,7 @@ jobs: CC: gcc-14 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -30,7 +30,7 @@ jobs: CC: gcc-13 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -44,7 +44,7 @@ jobs: CC: gcc-12 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -58,7 +58,7 @@ jobs: CC: gcc-11 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -72,7 +72,7 @@ jobs: CC: gcc-10 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -86,7 +86,7 @@ jobs: CC: gcc TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -100,7 +100,7 @@ jobs: CC: gcc-8 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -114,7 +114,7 @@ jobs: CC: clang-18 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -128,7 +128,7 @@ jobs: CC: clang-17 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -142,7 +142,7 @@ jobs: CC: clang-16 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -156,7 +156,7 @@ jobs: CC: clang-15 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -170,7 +170,7 @@ jobs: CC: clang-14 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -184,7 +184,7 @@ jobs: CC: clang-13 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -198,7 +198,7 @@ jobs: CC: clang-12 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -212,7 +212,7 @@ jobs: CC: clang-11 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -226,7 +226,7 @@ jobs: CC: clang TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -240,7 +240,7 @@ jobs: CC: clang-9 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies @@ -254,7 +254,7 @@ jobs: CC: clang-8 TARGET: x86_64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install dependencies