From b9ea91f6af3286a93f2288fa634e2f359d269538 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Fri, 29 Nov 2024 13:55:47 -0500 Subject: [PATCH] use @v4 of cache & checkout actions (#1100) --- .github/workflows/gcc.yml | 8 ++++---- .github/workflows/intel.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 57c657a2f..f7eb64200 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -35,14 +35,14 @@ jobs: steps: - name: checkout-upp # This is for getting spack.yaml - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: UPP # Cache spack, compiler and dependencies - name: cache-env id: cache-env - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | spack @@ -71,13 +71,13 @@ jobs: steps: - name: checkout-upp - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: UPP - name: cache-env id: cache-env - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | spack diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index 1e5eed2ff..e7db6b524 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -38,14 +38,14 @@ jobs: steps: - name: checkout-upp # This is for getting spack.yaml if: steps.cache-env.outputs.cache-hit != 'true' - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: UPP # Cache spack, compiler and dependencies - name: cache-env id: cache-env - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | spack @@ -84,7 +84,7 @@ jobs: steps: - name: checkout-upp - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: UPP @@ -94,7 +94,7 @@ jobs: - name: cache-env id: cache-env - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | spack