From ef9b85bee2c8bea6d9ea81665dfb975f92507cb3 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 4 Sep 2024 14:25:35 +0100 Subject: [PATCH] Update CI actions to latest --- .github/workflows/unittests_linux.yml | 2 +- .github/workflows/unittests_macos.yml | 2 +- .github/workflows/unittests_windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unittests_linux.yml b/.github/workflows/unittests_linux.yml index 5fc72e4..15ae06b 100644 --- a/.github/workflows/unittests_linux.yml +++ b/.github/workflows/unittests_linux.yml @@ -22,7 +22,7 @@ jobs: CXX: ${{ matrix.compiler }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: CMake build tests Linux shell: bash diff --git a/.github/workflows/unittests_macos.yml b/.github/workflows/unittests_macos.yml index 44d1e35..b740694 100644 --- a/.github/workflows/unittests_macos.yml +++ b/.github/workflows/unittests_macos.yml @@ -19,7 +19,7 @@ jobs: standard: [11, 20] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: CMake build tests Mac OS shell: bash diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml index 6aacf8f..69a533e 100644 --- a/.github/workflows/unittests_windows.yml +++ b/.github/workflows/unittests_windows.yml @@ -15,7 +15,7 @@ jobs: runs-on: windows-2019 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: CMake build tests Windows shell: bash