From 660523783f4ad86c9616a379e5736a7e4d5e8f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:01:10 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a4c264..72c3141 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: target: macos arch: aarch64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: install apt packages if: ${{ matrix.os == 'ubuntu-latest' }} run: | @@ -58,7 +58,7 @@ jobs: matrix: arch: [armv6, armv7, aarch64] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: uraimo/run-on-arch-action@v2.8.1 id: build with: @@ -112,7 +112,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: generate changelog run: ./changelog.sh - uses: actions/download-artifact@v4