Skip to content

Commit

Permalink
CI: upgrade action/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Jan 16, 2024
1 parent b9eabb0 commit 5e502fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2022 Morwenn
# Copyright (c) 2021-2024 Morwenn
# SPDX-License-Identifier: MIT

name: MacOS Builds
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
sanitize: undefined

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: seanmiddleditch/gha-setup-ninja@master

- name: Configure CMake
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2022 Morwenn
# Copyright (c) 2021-2024 Morwenn
# SPDX-License-Identifier: MIT

name: MinGW-w64 Builds
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
build_type: [Debug, Release]

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

- name: Configure CMake
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build_type: [Debug, Release]

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

- name: Configure CMake
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021 Morwenn
# Copyright (c) 2021-2024 Morwenn
# SPDX-License-Identifier: MIT

name: Ubuntu Builds
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
sanitize: undefined

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

- name: Install Valgrind
if: ${{matrix.config.valgrind == 'ON'}}
Expand Down

0 comments on commit 5e502fa

Please sign in to comment.