From 344f457805c4d87abbfdb0947a40b473b682ea94 Mon Sep 17 00:00:00 2001 From: DavidHuber Date: Tue, 21 Nov 2023 13:12:21 +0000 Subject: [PATCH] Revert cache versions. --- .github/workflows/gcc.yml | 4 ++-- .github/workflows/intel.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index a54c05e083..1f6fa3afcd 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -34,7 +34,7 @@ jobs: # Cache spack, compiler and dependencies - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack @@ -70,7 +70,7 @@ jobs: - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index b81615e033..e44a8a4416 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -46,7 +46,7 @@ jobs: # Cache spack, compiler and dependencies - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack @@ -98,7 +98,7 @@ jobs: - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack