From b02e6097c471b8bf196a2fce4eb22e4b0bae4e11 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:32:40 +0200 Subject: Update `actions/checkout` to v4 (#724) v3 is outdated and will soon be deprecated Co-authored-by: Jan --- .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 e6048a57..20870278 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'true' - name: Setup msvc @@ -40,7 +40,7 @@ jobs: format-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: DoozyX/clang-format-lint-action@v0.16.2 with: source: 'primedev' @@ -52,7 +52,7 @@ jobs: format-check-cmake-files: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: puneetmatharu/cmake-format-lint-action@v1.0.4 with: args: "--in-place" -- cgit v1.2.3