From 9b1f80a537a4392debaddd80aa3b45d40ccfb5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 13:35:58 +0000 Subject: Bump actions/cache from 3.0.11 to 3.2.1 (#7983) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- .github/workflows/checks.yaml | 12 ++++++------ .github/workflows/primer-test.yaml | 6 +++--- .github/workflows/primer_comment.yaml | 2 +- .github/workflows/primer_run_main.yaml | 4 ++-- .github/workflows/primer_run_pr.yaml | 4 ++-- .github/workflows/tests.yaml | 12 ++++++------ 7 files changed, 21 insertions(+), 21 deletions(-) (limited to '.github') diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3d4dcf097..cab5d5bc4 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -40,7 +40,7 @@ jobs: 'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: >- diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 93d629eb9..04a531377 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -48,7 +48,7 @@ jobs: 'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: >- @@ -69,7 +69,7 @@ jobs: hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ${{ env.PRE_COMMIT_CACHE }} key: >- @@ -96,7 +96,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: @@ -109,7 +109,7 @@ jobs: exit 1 - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: ${{ env.PRE_COMMIT_CACHE }} key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }} @@ -145,7 +145,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: @@ -177,7 +177,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml index d1e1131ca..3cb467e54 100644 --- a/.github/workflows/primer-test.yaml +++ b/.github/workflows/primer-test.yaml @@ -50,7 +50,7 @@ jobs: 'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: >- @@ -83,7 +83,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: @@ -119,7 +119,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml index a7c983b4c..adf84332b 100644 --- a/.github/workflows/primer_comment.yaml +++ b/.github/workflows/primer_comment.yaml @@ -45,7 +45,7 @@ jobs: # Restore cached Python environment - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml index ff38f0b61..7d3b86dd4 100644 --- a/.github/workflows/primer_run_main.yaml +++ b/.github/workflows/primer_run_main.yaml @@ -43,7 +43,7 @@ jobs: # Create a re-usable virtual environment - name: Create Python virtual environment cache id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: @@ -68,7 +68,7 @@ jobs: echo "commitstring=$output" >> $GITHUB_OUTPUT - name: Restore projects cache id: cache-projects - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: tests/.pylint_primer_tests/ key: >- diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml index ddeedef9c..88549f564 100644 --- a/.github/workflows/primer_run_pr.yaml +++ b/.github/workflows/primer_run_pr.yaml @@ -58,7 +58,7 @@ jobs: # Restore cached Python environment - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: @@ -137,7 +137,7 @@ jobs: echo "commitstring=$output" >> $GITHUB_OUTPUT - name: Restore projects cache id: cache-projects - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: tests/.pylint_primer_tests/ key: >- diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a8dcf2eb9..95fc3600b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -47,7 +47,7 @@ jobs: 'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: >- @@ -97,7 +97,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: @@ -142,7 +142,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: @@ -206,7 +206,7 @@ jobs: }}" >> $env:GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: >- @@ -252,7 +252,7 @@ jobs: }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: >- @@ -296,7 +296,7 @@ jobs: }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: path: venv key: >- -- cgit v1.2.1