From 4afec66c879e370aad9fd1a29e3277d8397fec95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:31:41 +0000 Subject: [PATCH] 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a4c264..b4630be 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@v5 - 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@v5 - 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@v5 - name: generate changelog run: ./changelog.sh - uses: actions/download-artifact@v4