diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1f6b618de..0d14f4d85 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,7 +88,7 @@ jobs: run: | echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v4.0.2 + - uses: actions/cache/restore@v4.2.2 # Loading cache of elephant-data id: cache-datasets with: @@ -148,7 +148,7 @@ jobs: run: | echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v4.0.2 + - uses: actions/cache/restore@v4.2.2 # Loading cache of elephant-data id: cache-datasets with: @@ -213,7 +213,7 @@ jobs: run: | echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v4.0.2 + - uses: actions/cache/restore@v4.2.2 # Loading cache of elephant-data id: cache-datasets with: @@ -279,7 +279,7 @@ jobs: run: | echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v4.0.2 + - uses: actions/cache/restore@v4.2.2 # Loading cache of elephant-data id: cache-datasets with: @@ -346,7 +346,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Cache pip - uses: actions/cache@v4 + uses: actions/cache@v4.2.2 with: path: ${{ steps.pip-cache.outputs.dir }} @@ -357,7 +357,7 @@ jobs: run: | echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v4.0.2 + - uses: actions/cache/restore@v4.2.2 # Loading cache of elephant-data id: cache-datasets with: @@ -431,7 +431,7 @@ jobs: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Cache pip - uses: actions/cache@v4 + uses: actions/cache@v4.2.2 with: path: ${{ steps.pip-cache.outputs.dir }} # Look to see if there is a cache hit for the corresponding requirements files @@ -497,7 +497,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache test_env - uses: actions/cache@v4 + uses: actions/cache@v4.2.2 with: path: ~/test_env # Look to see if there is a cache hit for the corresponding requirements files diff --git a/.github/workflows/cache_elephant_data.yml b/.github/workflows/cache_elephant_data.yml index ab17af4f9..de2d70b43 100644 --- a/.github/workflows/cache_elephant_data.yml +++ b/.github/workflows/cache_elephant_data.yml @@ -23,7 +23,7 @@ jobs: run: | echo "dataset_hash=$(git ls-remote https://gin.g-node.org/NeuralEnsemble/elephant-data.git HEAD | cut -f1)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.2.2 # Loading cache of elephant-data id: cache-datasets with: