Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: 🐣 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
Expand All @@ -54,7 +54,7 @@ jobs:
sudo ln -sf $HOMEBREW_PREFIX/Cellar/gcc@${GCC_VERSION}/*/lib/gcc/${GCC_VERSION} /usr/local/gfortran/lib

- name: 🐕 Checkout vcpkg
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: microsoft/vcpkg
ref: cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3 # TODO: can we have a canonical baseline for tests?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 2
token: ${{ secrets.PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: 🐣 Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🐩 Install CMake and Ninja
uses: lukka/get-cmake@latest
Expand All @@ -41,7 +41,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: 🐕 Checkout vcpkg
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: microsoft/vcpkg
ref: cd61e1e26a038e82d6550a3ebbe0fbbfe7da78e3 # TODO: can we have a canonical baseline for tests?
Expand Down
Loading