Skip to content

Commit c97ab89

Browse files
committed
deps to 23.1.0
1 parent 2aa0947 commit c97ab89

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/acts-project/spack-container:23.0.0_linux-ubuntu24.04_gcc-13.3.0_cxx20
1+
FROM ghcr.io/acts-project/spack-container:23.1.0_linux-ubuntu24.04_gcc-13.3.0_cxx20
22

33
RUN apt-get update && apt-get install -y clangd vim
44

.github/actions/dependencies/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ inputs:
1313
spack_version:
1414
description: 'Version of Spack to use'
1515
required: false
16-
default: 'bf1637a793b507a76bdc06e1169a373c83a5e535'
16+
default: '426ab4d83b93df5c1ace836bd12d514ab2074b77'
1717
spack_repo_version:
1818
description: 'Spack builtin packages repo commit (git SHA) to pin'
1919
required: false
20-
default: '182b26b2612f9cdabc4af13ae62b92a321e11d5f'
20+
default: '6a3dd42c514510c234f203b5fef392162da80049'
2121
DEPENDENCY_TAG:
2222
description: 'Dependency tag to pull from'
2323
required: false
24-
default: 'v23.0.0'
24+
default: 'v23.1.0'
2525
full_install:
2626
description: 'Whether to do a full dependency installation including Geant4 datasets and Python packages'
2727
required: false

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99

1010
LOCKFILE_CACHE_DIR: ${CI_PROJECT_DIR}/spack_lockfile_cache
1111

12-
DEPENDENCY_TAG: v23.0.0
12+
DEPENDENCY_TAG: v23.1.0
1313

1414
MODEL_STORAGE: ${CI_PROJECT_DIR}/ci_models
1515

0 commit comments

Comments
 (0)