Skip to content

Commit 07cfbe4

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03b5271 commit 07cfbe4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout FFCx
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444
with:
4545
ref: ${{ github.event.inputs.ffcx_ref }}
4646
- name: Upgrade pip and setuptools

.github/workflows/dolfinx-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
PRTE_MCA_rmaps_default_mapping_policy: :oversubscribe # Newer OpenMPI
2525
OMPI_MCA_rmaps_base_oversubscribe: true # Older OpenMPI
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- name: Load environment variables
2929
run: cat .github/workflows/fenicsx-refs.env >> $GITHUB_ENV
3030
- name: Install UFL and Basix
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
pip3 install --break-system-packages .
3737
- name: Get DOLFINx source
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
with:
4040
path: ./dolfinx
4141
repository: ${{ env.dolfinx_repository }}

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
-Source "${{ env.FEED_URL }}"
5252
5353
- name: Checkout FFCx
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555

5656
- name: Load environment variables (Unix)
5757
if: runner.os != 'Windows'
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Checkout FEniCS/docs
148148
if: ${{ github.repository == 'FEniCS/ffcx' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') ) && runner.os == 'Linux' && matrix.python-version == 3.12 }}
149-
uses: actions/checkout@v6
149+
uses: actions/checkout@v7
150150
with:
151151
repository: "FEniCS/docs"
152152
path: "docs"

.github/workflows/spack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
apt-get install -y g++ gfortran # compilers
3636
3737
- name: Get Spack
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
with:
4040
path: ./spack
4141
repository: spack/spack

0 commit comments

Comments
 (0)