From c23371c951af6aa03af179448e30815436badbf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:36:39 +0000 Subject: [PATCH] Actions(deps): Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-on-linux-with-mingw.yml | 2 +- .github/workflows/build-on-windows-with-msvc.yml | 2 +- .github/workflows/enforce-clang-format-clean.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-on-linux-with-mingw.yml b/.github/workflows/build-on-linux-with-mingw.yml index 7dd97aa1..1a50e838 100644 --- a/.github/workflows/build-on-linux-with-mingw.yml +++ b/.github/workflows/build-on-linux-with-mingw.yml @@ -9,7 +9,7 @@ jobs: name: Build on Ubuntu with MinGW GCC runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install build dependencies run: |- diff --git a/.github/workflows/build-on-windows-with-msvc.yml b/.github/workflows/build-on-windows-with-msvc.yml index 4232d89a..24f2cd3b 100644 --- a/.github/workflows/build-on-windows-with-msvc.yml +++ b/.github/workflows/build-on-windows-with-msvc.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: microsoft/setup-msbuild@v1.1.3 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure shell: cmd diff --git a/.github/workflows/enforce-clang-format-clean.yml b/.github/workflows/enforce-clang-format-clean.yml index 803a1ecc..45fb4567 100644 --- a/.github/workflows/enforce-clang-format-clean.yml +++ b/.github/workflows/enforce-clang-format-clean.yml @@ -9,7 +9,7 @@ jobs: name: Enforce clang-format clean runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install clang-format run: |-