summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-22 17:21:48 +0200
committerGitHub <noreply@github.com>2022-08-22 17:21:48 +0200
commit8e57fe12478d43ebec4e6886b5ed9527e5d238ae (patch)
treefc0b001d64736b0e6c23b8ae5fb5162ab820542e /.github
parent8edce0174c576db69808fbe68150f75369d0550a (diff)
downloadpylint-git-8e57fe12478d43ebec4e6886b5ed9527e5d238ae.tar.gz
Bump actions/cache from 3.0.7 to 3.0.8 (#7337)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8. - [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.7...v3.0.8) --- 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 98f8c085f..6a92b403e 100644
--- a/.github/workflows/changelog.yml
+++ b/.github/workflows/changelog.yml
@@ -35,7 +35,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key: >-
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index 76c2746de..c701bfc86 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -40,7 +40,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key: >-
@@ -63,7 +63,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
@@ -91,7 +91,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
@@ -104,7 +104,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -138,7 +138,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
@@ -169,7 +169,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
diff --git a/.github/workflows/primer-test.yaml b/.github/workflows/primer-test.yaml
index 8e52bc323..29f3c67a8 100644
--- a/.github/workflows/primer-test.yaml
+++ b/.github/workflows/primer-test.yaml
@@ -45,7 +45,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key: >-
@@ -79,7 +79,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
@@ -114,7 +114,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
diff --git a/.github/workflows/primer_comment.yaml b/.github/workflows/primer_comment.yaml
index 9af51f032..651437e44 100644
--- a/.github/workflows/primer_comment.yaml
+++ b/.github/workflows/primer_comment.yaml
@@ -42,7 +42,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
diff --git a/.github/workflows/primer_run_main.yaml b/.github/workflows/primer_run_main.yaml
index c075572d5..8952199d5 100644
--- a/.github/workflows/primer_run_main.yaml
+++ b/.github/workflows/primer_run_main.yaml
@@ -44,7 +44,7 @@ jobs:
# Create a re-usable virtual environment
- name: Create Python virtual environment cache
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
@@ -71,7 +71,7 @@ jobs:
echo "::set-output name=commitstring::$output"
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/primer_run_pr.yaml b/.github/workflows/primer_run_pr.yaml
index 2c68b06f0..76419c765 100644
--- a/.github/workflows/primer_run_pr.yaml
+++ b/.github/workflows/primer_run_pr.yaml
@@ -53,7 +53,7 @@ jobs:
# Restore cached Python environment
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
@@ -128,7 +128,7 @@ jobs:
echo "::set-output name=commitstring::$output"
- name: Restore projects cache
id: cache-projects
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: tests/.pylint_primer_tests/
key: >-
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 5d857ce15..deebb69a7 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -39,7 +39,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key: >-
@@ -88,7 +88,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
@@ -132,7 +132,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key:
@@ -194,7 +194,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key: >-
@@ -240,7 +240,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key: >-
@@ -284,7 +284,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
- uses: actions/cache@v3.0.7
+ uses: actions/cache@v3.0.8
with:
path: venv
key: >-