summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-02 13:19:47 +0000
committerGitHub <noreply@github.com>2023-01-02 13:19:47 +0000
commit43be0f181fbc5be1cb2ddcf39eb9d5de093f2f9c (patch)
treeed1feb504e7e9de93eedd480980c95413556cf49 /.github
parent259b3d7cb42460d2ea656426acd2701a9b2a1a80 (diff)
downloadpylint-git-43be0f181fbc5be1cb2ddcf39eb9d5de093f2f9c.tar.gz
Bump actions/cache from 3.2.1 to 3.2.2 (#8010)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2. - [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.2.1...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/changelog.yml2
-rw-r--r--.github/workflows/checks.yaml12
-rw-r--r--.github/workflows/primer-test.yaml6
-rw-r--r--.github/workflows/primer_comment.yaml2
-rw-r--r--.github/workflows/primer_run_main.yaml4
-rw-r--r--.github/workflows/primer_run_pr.yaml4
-rw-r--r--.github/workflows/tests.yaml12
7 files changed, 21 insertions, 21 deletions
diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml
index a22886a54..8f0bb9d1c 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.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index da2f15462..7c467d6c3 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.2.1
+ uses: actions/cache@v3.2.2
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.2.1
+ uses: actions/cache@v3.2.2
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.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
@@ -109,7 +109,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
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.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
@@ -177,7 +177,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index d000b3ece..30181efa0 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.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
@@ -83,7 +83,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
@@ -119,7 +119,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index dacc3a5e9..8c5d37bd9 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.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml
index b4f89aa27..e872fe09a 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.2.1
+ uses: actions/cache@v3.2.2
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.2.1
+ uses: actions/cache@v3.2.2
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index e6f6f8a6d..71f517b20 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.2.1
+ uses: actions/cache@v3.2.2
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.2.1
+ uses: actions/cache@v3.2.2
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 59f84b15a..877487250 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.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
@@ -92,7 +92,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
@@ -135,7 +135,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key:
@@ -199,7 +199,7 @@ jobs:
}}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
@@ -245,7 +245,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-
@@ -289,7 +289,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.1
+ uses: actions/cache@v3.2.2
with:
path: venv
key: >-