From 2d1e333bf23dc6977c91512e9089105eaee9b490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:52:47 +0000 Subject: [PATCH] build(deps): bump spack/setup-spack from 2 to 3 Bumps [spack/setup-spack](https://github.com/spack/setup-spack) from 2 to 3. - [Release notes](https://github.com/spack/setup-spack/releases) - [Changelog](https://github.com/spack/setup-spack/blob/main/CHANGELOG.md) - [Commits](https://github.com/spack/setup-spack/compare/v2...v3) --- updated-dependencies: - dependency-name: spack/setup-spack dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildcache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildcache.yml b/.github/workflows/buildcache.yml index 485840cb0..b7082d1dd 100644 --- a/.github/workflows/buildcache.yml +++ b/.github/workflows/buildcache.yml @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup spack - uses: spack/setup-spack@v2 + uses: spack/setup-spack@v3 with: ref: v1.1.0 color: true