diff --git a/.github/workflows/my-vaccs-int-tests.yml b/.github/workflows/my-vaccs-int-tests.yml index 09ddb7f..d79ac81 100644 --- a/.github/workflows/my-vaccs-int-tests.yml +++ b/.github/workflows/my-vaccs-int-tests.yml @@ -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 @@ -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 diff --git a/.github/workflows/nbs-int-tests.yml b/.github/workflows/nbs-int-tests.yml index 028bea3..a3a18cb 100644 --- a/.github/workflows/nbs-int-tests.yml +++ b/.github/workflows/nbs-int-tests.yml @@ -23,7 +23,7 @@ jobs: asdf_version: v0.18.0 - name: Cache asdf - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | ~/.asdf @@ -38,7 +38,7 @@ jobs: - name: Cache Virtualenv id: cache-venv - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae with: path: | .venv diff --git a/.github/workflows/performance_tests.yml b/.github/workflows/performance_tests.yml index de9d766..fb03527 100644 --- a/.github/workflows/performance_tests.yml +++ b/.github/workflows/performance_tests.yml @@ -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 @@ -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 diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 62cf81a..d89f606 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -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 @@ -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 diff --git a/.github/workflows/regression_tests.yml b/.github/workflows/regression_tests.yml index e6dd437..f598d31 100644 --- a/.github/workflows/regression_tests.yml +++ b/.github/workflows/regression_tests.yml @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f704f7..59212d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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