summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 13:49:51 +0000
committerGitHub <noreply@github.com>2023-01-09 13:49:51 +0000
commit74dd9727d2db2041558ebea11ea51ee1240d4ec0 (patch)
tree5f7b08815e27dd36128d3450476ad6127db71f2d /.github
parent3b4136e46cc438b9ffba44fac771fb29f3f92a30 (diff)
downloadpylint-git-74dd9727d2db2041558ebea11ea51ee1240d4ec0.tar.gz
Bump actions/cache from 3.2.2 to 3.2.3 (#8038)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [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.2...v3.2.3) --- 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 384b1de26..43077376a 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.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key: >-
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 2ffe1ceba..77f48ca1d 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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key:
@@ -109,7 +109,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key:
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index e3ceb7b1e..1767db709 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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key:
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 5098ab770..cebff0682 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.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key:
diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml
index ece0e825b..f4eb41052 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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index b752305de..40d812daf 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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 070e302a6..b1b86f887 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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
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.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key: >-
@@ -245,7 +245,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key: >-
@@ -289,7 +289,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.3
with:
path: venv
key: >-