diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7a6ca92511..38fd6c7a77 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -41,7 +41,7 @@ jobs: $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >- diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index cf1151c0a9..e2d36616ec 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -49,7 +49,7 @@ jobs: $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >- @@ -71,7 +71,7 @@ jobs: hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ${{ env.PRE_COMMIT_CACHE }} key: >- @@ -98,7 +98,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv fail-on-cache-miss: true @@ -107,7 +107,7 @@ jobs: needs.prepare-base.outputs.python-key }} - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ${{ env.PRE_COMMIT_CACHE }} fail-on-cache-miss: true @@ -139,7 +139,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv fail-on-cache-miss: true @@ -167,7 +167,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv fail-on-cache-miss: true diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml index 087f53b627..fbc577d5fd 100644 --- a/.github/workflows/primer-test.yaml +++ b/.github/workflows/primer-test.yaml @@ -51,7 +51,7 @@ jobs: $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >- @@ -84,7 +84,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv fail-on-cache-miss: true diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml index e7d7daf4e4..96ba9e712d 100644 --- a/.github/workflows/primer_comment.yaml +++ b/.github/workflows/primer_comment.yaml @@ -41,7 +41,7 @@ jobs: # Restore cached Python environment - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv fail-on-cache-miss: true diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml index 0d522ff2da..d317174379 100644 --- a/.github/workflows/primer_run_main.yaml +++ b/.github/workflows/primer_run_main.yaml @@ -45,7 +45,7 @@ jobs: # Create a re-usable virtual environment - name: Create Python virtual environment cache id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: @@ -71,7 +71,7 @@ jobs: echo "commitstring=$output" >> $GITHUB_OUTPUT - name: Restore projects cache id: cache-projects - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: tests/.pylint_primer_tests/ key: >- diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index cb4960aae7..17f1107d4d 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -56,7 +56,7 @@ jobs: # Restore cached Python environment - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: @@ -140,7 +140,7 @@ jobs: echo "commitstring=$output" >> $GITHUB_OUTPUT - name: Restore projects cache id: cache-projects - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: tests/.pylint_primer_tests/ key: >- diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 502d6b3684..26fb026a33 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -52,7 +52,7 @@ jobs: $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >- @@ -97,7 +97,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv fail-on-cache-miss: true @@ -137,7 +137,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv fail-on-cache-miss: true @@ -197,7 +197,7 @@ jobs: }}" >> $env:GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >- @@ -243,7 +243,7 @@ jobs: }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >- @@ -287,7 +287,7 @@ jobs: }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >-