Skip to content

Commit

Permalink
fix: just use checkout to also not get future warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Mar 8, 2024
1 parent a99c80c commit 1585de8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
{generator: "NMake Makefiles", os: windows-latest},
{generator: "Visual Studio 16 2019", os: windows-2019}]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout
with:
submodules: recursive

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
omp: "ON",
}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout
with:
submodules: recursive

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
generators: "Ninja",
}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout
with:
submodules: recursive

Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
shell: msys2 {0}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout
with:
fetch-depth: 0
- name: Setup MSYS2
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
name: Cygwin ${{ matrix.config.name }}(${{ matrix.build-type }})
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout
with:
fetch-depth: 0
- name: Setup cygwin
Expand Down

0 comments on commit 1585de8

Please sign in to comment.