diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index acb51c23..d4c787cb 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -112,7 +112,7 @@ jobs: datalad wtf - name: Install cached data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data @@ -226,7 +226,7 @@ jobs: run: tools/ci/install.sh - name: Restore cached test data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data @@ -292,7 +292,7 @@ jobs: run: tools/ci/install.sh - name: Restore cached test data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data @@ -344,7 +344,7 @@ jobs: docker images - name: Restore cached test data - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache with: path: /tmp/.cache/data