From 3d845097deab0a324b6bc6c79e6b40624dc9cbaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:31:23 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/ci-alpine.yml | 2 +- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml index a2212dcd5..054a4f647 100644 --- a/.github/workflows/ci-alpine.yml +++ b/.github/workflows/ci-alpine.yml @@ -14,7 +14,7 @@ jobs: CXX: ${{ matrix.compiler }} CXXFLAGS: -Werror steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 2ed0eba0d..9ff4ac6ec 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -13,7 +13,7 @@ jobs: CXX: ${{ matrix.compiler }} CXXFLAGS: -Werror steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 3298cb9b0..13a4f7bf2 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -17,7 +17,7 @@ jobs: CONAN_USER_HOME: ${{ github.workspace }}/win/build CONAN_USER_HOME_SHORT: None steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup NSIS run: |-