Skip to content

Commit

Permalink
Update CI actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Sep 4, 2024
1 parent 85a75b7 commit ef9b85b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CXX: ${{ matrix.compiler }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: CMake build tests Linux
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef9b85b

Please sign in to comment.