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/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
fetch-depth: 100
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
fetch-depth: 100
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
save-wheel: false
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
python-version: '3.14'
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@a0180c939fb1a28de13f44f7b778b912384ced1f # v3.0.1
- name: Build MATLAB C++ Interface
uses: matlab-actions/run-command@e4b102448122ec2be10a72d3e0d83f6039711460 # v3.1.2
uses: matlab-actions/run-command@bcd446a219949c24051c1d04a4b4e0274c42f23b # v3.2.0
env:
CANTERA_ROOT: ${{ github.workspace }}
CANTERA_DATA: ${{ github.workspace }}/data
Expand All @@ -319,7 +319,7 @@ jobs:
addpath(genpath(ctToolboxDir));
ct.buildInterface(ctToolboxDir, ctIncludeDir, ctLibDir);
- name: Test the MATLAB interface and generate coverage report
uses: matlab-actions/run-command@e4b102448122ec2be10a72d3e0d83f6039711460 # v3.1.2
uses: matlab-actions/run-command@bcd446a219949c24051c1d04a4b4e0274c42f23b # v3.2.0
env:
CANTERA_ROOT: ${{ github.workspace }}
CANTERA_DATA: ${{ github.workspace }}/data
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
steps:
# Only need pyproject.toml for type checker settings
- name: Checkout the repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -609,13 +609,13 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 90
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
persist-credentials: false
- name: Set up Pixi
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
- name: Build Pyodide wheel
run: |
pixi run -e pyodide scons pyodide-wheel
Expand Down Expand Up @@ -717,7 +717,7 @@ jobs:
steps:
# We're not building Cantera here, we only need the checkout for the samples
# folder, so no need to do a recursive checkout
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
persist-credentials: false
Expand Down Expand Up @@ -814,7 +814,7 @@ jobs:
fmt-ver: 12
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -878,7 +878,7 @@ jobs:
fmt-ver: '12.0'
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -951,7 +951,7 @@ jobs:
python-version: ["3.12", "3.13", "3.14"]
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand All @@ -970,7 +970,7 @@ jobs:
pandas graphviz pytest pytest-xdist typing_extensions Jinja2
pytest-github-actions-annotate-failures
- name: Restore Boost cache
uses: actions/cache@v5
uses: actions/cache@v6
id: cache-boost
with:
path: ${{env.BOOST_ROOT}}
Expand Down Expand Up @@ -1032,7 +1032,7 @@ jobs:
sudo apt-get install intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \
intel-oneapi-mpi intel-oneapi-mpi-devel intel-oneapi-mkl ninja-build libboost-dev libhdf5-dev \
doxygen
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -1072,7 +1072,7 @@ jobs:
BOOST_ROOT: ${{github.workspace}}/3rdparty/boost
BOOST_URL: https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.7z
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand All @@ -1087,7 +1087,7 @@ jobs:
python -m pip install -U pip setuptools wheel
python -m pip install scons pypiwin32 numpy ruamel.yaml cython h5py pandas pytest pytest-xdist pytest-github-actions-annotate-failures pint graphviz Jinja2 typing-extensions
- name: Restore Boost cache
uses: actions/cache@v5
uses: actions/cache@v6
id: cache-boost
with:
path: ${{env.BOOST_ROOT}}
Expand Down Expand Up @@ -1150,7 +1150,7 @@ jobs:
needs: [ubuntu-multiple-pythons, macos-multiple-pythons, windows-2022, windows]
timeout-minutes: 60
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
persist-credentials: false
Expand Down Expand Up @@ -1266,7 +1266,7 @@ jobs:
needs: [ubuntu-multiple-pythons, macos-multiple-pythons, windows]
timeout-minutes: 60
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
persist-credentials: false
Expand Down Expand Up @@ -1349,7 +1349,7 @@ jobs:
with:
release: ${{ matrix.release }}
- name: Build MATLAB C++ Interface
uses: matlab-actions/run-command@e4b102448122ec2be10a72d3e0d83f6039711460 # v3.1.2
uses: matlab-actions/run-command@bcd446a219949c24051c1d04a4b4e0274c42f23b # v3.2.0
with:
command: |
disp("MATLAB version: " + version);
Expand All @@ -1360,6 +1360,6 @@ jobs:
addpath(genpath(ctToolboxDir));
ct.buildInterface(ctToolboxDir, ctIncludeDir, ctLibDir);
- name: Run tests
uses: matlab-actions/run-tests@4c375221b861dd3f7ea9b31704a3cf45d35073f1 # v3.1.2
uses: matlab-actions/run-tests@ae0e80cb44fdec28d35d0831d8acf38ee4fdf91a # v3.2.0
with:
select-by-folder: test/matlab
16 changes: 8 additions & 8 deletions .github/workflows/post-merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: [cython, eigen, libfmt, SUNDIALS, yaml-cpp, HighFive, SCons]
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand All @@ -44,7 +44,7 @@ jobs:
with:
python-version: 3.13
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
python-version: 3.13
cache-dependency-glob: |
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
apt install -y --no-install-recommends git ca-certificates
git config --global init.defaultBranch main
git config --global --add safe.directory /__w/cantera/cantera
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
dnf install -y git
git config --global init.defaultBranch main
git config --global --add safe.directory /__w/cantera/cantera
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
persist-credentials: false
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
os: ['ubuntu-24.04']
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
Expand All @@ -278,7 +278,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
Expand Down Expand Up @@ -321,13 +321,13 @@ jobs:
os: ['macos-14', 'macos-15']
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
name: Checkout the repository
with:
submodules: recursive
persist-credentials: false
- name: Setup uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
enable-cache: true
cache-dependency-glob: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
persist-credentials: false

- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
Loading