Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 3 to 4 #900

Merged
merged 1 commit into from
Jan 22, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci_playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: echo test_path=$PWD/test_path >> $GITHUB_ENV
- name: Cache SC
id: sc_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
sc/build_test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_sc_p4est.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: hash=`git rev-parse HEAD:sc` && echo sc_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous sc installation
id: sc_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.SC_DEBUG }}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
run: hash=`git rev-parse HEAD:p4est` && echo p4est_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous p4est installation
id: p4est_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.P4EST_DEBUG }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_t8code_linkage_parallel_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: hash=`git rev-parse HEAD:sc` && echo sc_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous sc installation
id: sc_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.SC_DEBUG }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: hash=`git rev-parse HEAD:p4est` && echo p4est_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous p4est installation
id: p4est_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.P4EST_DEBUG }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_t8code_linkage_parallel_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: hash=`git rev-parse HEAD:sc` && echo sc_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous sc installation
id: sc_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.SC_RELEASE }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: hash=`git rev-parse HEAD:p4est` && echo p4est_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous p4est installation
id: p4est_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.P4EST_RELEASE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_t8code_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: hash=`git rev-parse HEAD:sc` && echo sc_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous sc installation
id: sc_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.SC_DEBUG }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: hash=`git rev-parse HEAD:p4est` && echo p4est_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous p4est installation
id: p4est_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.P4EST_DEBUG }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_t8code_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: hash=`git rev-parse HEAD:sc` && echo sc_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous sc installation
id: sc_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.SC_SERIAL_DEBUG }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: hash=`git rev-parse HEAD:p4est` && echo p4est_commit=$hash >> $GITHUB_ENV
- name: Check cache for previous p4est installation
id: p4est_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.P4EST_SERIAL_DEBUG }}
Expand Down