From f185d4aef163f57a6686f8bfda615d144f22862b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 08:28:42 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/cmake-freebsd.yml | 2 +- .github/workflows/cmake-linux.yml | 2 +- .github/workflows/cmake-macos.yml | 2 +- .github/workflows/cmake-netbsd.yml | 2 +- .github/workflows/continuous-build-freebsd.yml | 2 +- .github/workflows/continuous-build-gpu.yml | 2 +- .github/workflows/continuous-build-linux.yml | 2 +- .github/workflows/continuous-build-macos.yml | 2 +- .github/workflows/continuous-build-netbsd.yml | 2 +- .github/workflows/continuous-build-openbsd.yml | 2 +- .github/workflows/test-snap-can-build.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cmake-freebsd.yml b/.github/workflows/cmake-freebsd.yml index fd646d30..7344dfd3 100644 --- a/.github/workflows/cmake-freebsd.yml +++ b/.github/workflows/cmake-freebsd.yml @@ -33,7 +33,7 @@ jobs: arch: ['aarch64', 'x86_64'] version: ['14.3', '15.0'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Compile uses: vmactions/freebsd-vm@v1 diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index 4e9fbe10..72d9fc9e 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -44,7 +44,7 @@ jobs: - compiler: gcc version: 14 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install clang ${{ matrix.version }} if: ${{ matrix.compiler == 'clang' }} diff --git a/.github/workflows/cmake-macos.yml b/.github/workflows/cmake-macos.yml index 74d6f5e3..340fc7c5 100644 --- a/.github/workflows/cmake-macos.yml +++ b/.github/workflows/cmake-macos.yml @@ -28,7 +28,7 @@ jobs: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install build tools run: | diff --git a/.github/workflows/cmake-netbsd.yml b/.github/workflows/cmake-netbsd.yml index 7357a5f6..dc5f5e0d 100644 --- a/.github/workflows/cmake-netbsd.yml +++ b/.github/workflows/cmake-netbsd.yml @@ -33,7 +33,7 @@ jobs: arch: ['aarch64', 'amd64'] version: ['10.1'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Compile uses: vmactions/netbsd-vm@v1 diff --git a/.github/workflows/continuous-build-freebsd.yml b/.github/workflows/continuous-build-freebsd.yml index be12c59a..2fc01961 100644 --- a/.github/workflows/continuous-build-freebsd.yml +++ b/.github/workflows/continuous-build-freebsd.yml @@ -37,7 +37,7 @@ jobs: matrix: compiler: ["clang++", "g++"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Compile uses: vmactions/freebsd-vm@v1 diff --git a/.github/workflows/continuous-build-gpu.yml b/.github/workflows/continuous-build-gpu.yml index 0f45f5b4..2e9ced8b 100644 --- a/.github/workflows/continuous-build-gpu.yml +++ b/.github/workflows/continuous-build-gpu.yml @@ -37,7 +37,7 @@ jobs: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install build tools run: apk add --no-cache --update gcc g++ make linux-headers diff --git a/.github/workflows/continuous-build-linux.yml b/.github/workflows/continuous-build-linux.yml index 78bb603c..367c780b 100644 --- a/.github/workflows/continuous-build-linux.yml +++ b/.github/workflows/continuous-build-linux.yml @@ -97,7 +97,7 @@ jobs: run: git config --global --add safe.directory /__w/btop/btop - name: Checkout source - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive diff --git a/.github/workflows/continuous-build-macos.yml b/.github/workflows/continuous-build-macos.yml index 3d055f1a..90fa821e 100644 --- a/.github/workflows/continuous-build-macos.yml +++ b/.github/workflows/continuous-build-macos.yml @@ -43,7 +43,7 @@ jobs: with: xcode-version: latest-stable - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install build tools run: | diff --git a/.github/workflows/continuous-build-netbsd.yml b/.github/workflows/continuous-build-netbsd.yml index 9e2775b9..ad8f9fe6 100644 --- a/.github/workflows/continuous-build-netbsd.yml +++ b/.github/workflows/continuous-build-netbsd.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 20 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Compile uses: vmactions/netbsd-vm@v1 diff --git a/.github/workflows/continuous-build-openbsd.yml b/.github/workflows/continuous-build-openbsd.yml index af5c81c2..b36e8340 100644 --- a/.github/workflows/continuous-build-openbsd.yml +++ b/.github/workflows/continuous-build-openbsd.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 20 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Compile uses: vmactions/openbsd-vm@v1 diff --git a/.github/workflows/test-snap-can-build.yml b/.github/workflows/test-snap-can-build.yml index 7dcd38e0..11e35f31 100644 --- a/.github/workflows/test-snap-can-build.yml +++ b/.github/workflows/test-snap-can-build.yml @@ -34,7 +34,7 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: snapcore/action-build@v1 id: build