Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/my-vaccs-int-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
asdf_version: 0.18.0

- name: Cache asdf
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: |
~/.asdf
Expand All @@ -68,7 +68,7 @@ jobs:
PYTHON_CONFIGURE_OPTS: --enable-shared

- name: Cache Virtualenv
uses: actions/cache@v5
uses: actions/cache@v5.0.5
id: cache-venv
with:
path: .venv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nbs-int-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
asdf_version: v0.18.0

- name: Cache asdf
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
with:
path: |
~/.asdf
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Cache Virtualenv
id: cache-venv
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
with:
path: |
.venv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
asdf_version: 0.18.0

- name: Cache asdf
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: |
~/.asdf
Expand All @@ -75,7 +75,7 @@ jobs:
PYTHON_CONFIGURE_OPTS: --enable-shared

- name: Cache Virtualenv
uses: actions/cache@v5
uses: actions/cache@v5.0.5
id: cache-venv
with:
path: .venv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
asdf_version: 0.18.0

- name: Cache asdf
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: |
~/.asdf
Expand All @@ -36,7 +36,7 @@ jobs:
PYTHON_CONFIGURE_OPTS: --enable-shared

- name: Cache Virtualenv
uses: actions/cache@v5
uses: actions/cache@v5.0.5
id: cache-venv
with:
path: .venv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
asdf_version: 0.18.0

- name: Cache asdf
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: |
~/.asdf
Expand All @@ -149,7 +149,7 @@ jobs:
PYTHON_CONFIGURE_OPTS: --enable-shared

- name: Cache Virtualenv
uses: actions/cache@v5
uses: actions/cache@v5.0.5
id: cache-venv
with:
path: .venv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
asdf_version: 0.18.0

- name: Cache asdf
uses: actions/cache@v5
uses: actions/cache@v5.0.5
with:
path: |
~/.asdf
Expand All @@ -56,7 +56,7 @@ jobs:
PYTHON_CONFIGURE_OPTS: --enable-shared

- name: Cache Virtualenv
uses: actions/cache@v5
uses: actions/cache@v5.0.5
id: cache-venv
with:
path: .venv
Expand Down