From 096ab93ef9573bfb097336a2cb4696e6cb4058f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:11: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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 975c0552..c367304d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - arch: arm64 runner: ubuntu-22.04-arm steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install compilers run: sudo apt-get update && sudo apt-get install -y gcc clang @@ -47,7 +47,7 @@ jobs: - variant: x86_64 runner: macos-13 # x86-64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: ./tools/ci-build.sh --cores=2 - run: make check @@ -61,7 +61,7 @@ jobs: arch: ['x86_64', 'aarch64'] cc: ['clang', 'gcc'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build & Test inside FreeBSD uses: vmactions/freebsd-vm@v1.2.1