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
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout FFCx
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.inputs.ffcx_ref }}
- name: Upgrade pip and setuptools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dolfinx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
PRTE_MCA_rmaps_default_mapping_policy: :oversubscribe # Newer OpenMPI
OMPI_MCA_rmaps_base_oversubscribe: true # Older OpenMPI
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Load environment variables
run: cat .github/workflows/fenicsx-refs.env >> $GITHUB_ENV
- name: Install UFL and Basix
Expand All @@ -35,7 +35,7 @@ jobs:
run: |
pip3 install --break-system-packages .
- name: Get DOLFINx source
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ./dolfinx
repository: ${{ env.dolfinx_repository }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
-Source "${{ env.FEED_URL }}"

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

- name: Load environment variables (Unix)
if: runner.os != 'Windows'
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Checkout FEniCS/docs
if: ${{ github.repository == 'FEniCS/ffcx' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') ) && runner.os == 'Linux' && matrix.python-version == 3.12 }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: "FEniCS/docs"
path: "docs"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
apt-get install -y g++ gfortran # compilers

- name: Get Spack
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ./spack
repository: spack/spack
Expand Down
Loading