summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-13 15:40:48 +0100
committerGitHub <noreply@github.com>2023-02-13 15:40:48 +0100
commitccf2eeb359135278dc2cbb0ec14e57c37fc7f793 (patch)
tree7fc48bb769f202f6b4098822491e39d209c7e278 /.github
parent950b25e9ec8c50c5bf6649709a5447de9b023b69 (diff)
downloadpylint-git-ccf2eeb359135278dc2cbb0ec14e57c37fc7f793.tar.gz
Bump actions/cache from 3.2.4 to 3.2.5 (#8277)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [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.4...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 328f05729..59ab74811 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.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key: >-
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 45f1f00d7..8d0fdc438 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.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key: >-
@@ -70,7 +70,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -97,7 +97,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
fail-on-cache-miss: true
@@ -106,7 +106,7 @@ jobs:
needs.prepare-base.outputs.python-key }}
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: ${{ env.PRE_COMMIT_CACHE }}
fail-on-cache-miss: true
@@ -138,7 +138,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
fail-on-cache-miss: true
@@ -166,7 +166,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
fail-on-cache-miss: true
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index 8e70f50d6..e04bea94b 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.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key: >-
@@ -84,7 +84,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
fail-on-cache-miss: true
@@ -116,7 +116,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
fail-on-cache-miss: true
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 83b38c9a9..52374a680 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.2.4
+ uses: actions/cache@v3.2.5
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 e6d7e0738..ce386c38e 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.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key:
@@ -69,7 +69,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index 47b6af9bd..909d4c901 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -54,7 +54,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key:
@@ -132,7 +132,7 @@ jobs:
echo "commitstring=$output" >> $GITHUB_OUTPUT
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index ea963d3cd..dcab2a9a5 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -48,7 +48,7 @@ jobs:
$GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key: >-
@@ -93,7 +93,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
fail-on-cache-miss: true
@@ -133,7 +133,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
fail-on-cache-miss: true
@@ -193,7 +193,7 @@ jobs:
}}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key: >-
@@ -239,7 +239,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key: >-
@@ -283,7 +283,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.2.4
+ uses: actions/cache@v3.2.5
with:
path: venv
key: >-