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
14 changes: 7 additions & 7 deletions .github/workflows/clingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.runner[1] }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: spack/spack
path: spack
ref: 734c5db2121b01c373eed6538e452f18887e9e44
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: spack/spack-packages
path: spack-packages
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: docker/setup-qemu-action@v3
if: ${{ matrix.arch != 'amd64' }}
with:
Expand Down Expand Up @@ -131,13 +131,13 @@ jobs:
runs-on: ubuntu-latest
needs: [ macos_build, manylinux2014_build ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: spack/spack
path: spack
ref: 734c5db2121b01c373eed6538e452f18887e9e44
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: spack/spack-packages
path: spack-packages
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/gnupg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.runner[2] }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: spack/spack
path: spack
ref: 734c5db2121b01c373eed6538e452f18887e9e44
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: spack/spack-packages
path: spack-packages
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: docker/setup-qemu-action@v3
if: ${{ matrix.arch != 'amd64' }}
with:
Expand Down Expand Up @@ -121,13 +121,13 @@ jobs:
runs-on: ubuntu-latest
needs: [ macos_build, manylinux2014_build ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: spack/spack
path: spack
ref: 734c5db2121b01c373eed6538e452f18887e9e44
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: spack/spack-packages
path: spack-packages
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/patchelf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: docker/setup-qemu-action@v3
if: ${{ matrix.arch != 'amd64' }}
with:
Expand Down Expand Up @@ -69,13 +69,13 @@ jobs:
runs-on: ubuntu-latest
needs: [ manylinux2014_build ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
repository: spack/spack
path: spack
ref: 734c5db2121b01c373eed6538e452f18887e9e44
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
repository: spack/spack-packages
path: spack-packages
Expand Down
Loading