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/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install dependencies
run: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
apt-get install -y --no-install-recommends lsb-release unzip ${{ env.RUN_DEPS }}

- name: Checkout only tests
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: |
test/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install gsed for version bumping
run: brew install gsed
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
steps:

- name: Checkout only tests
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: |
test/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Bump version in code
shell: bash
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:

- name: Checkout only tests
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: |
test/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Bump version in header
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:

- name: Checkout tests only
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: |
test/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Doxygen
run: sudo apt-get install -y doxygen graphviz texlive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mt19937_boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install dependencies (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mt19937_std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Setup MSBuild (Windows)
if: startsWith(matrix.os, 'windows')
uses: microsoft/setup-msbuild@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set release tag
run: |
Expand Down