Skip to content

Commit 0613612

Browse files
Bump actions/cache from 3.0.4 to 3.0.11
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.4...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bf5144 commit 0613612

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: 3.6
2424

2525
- name: Pip cache
26-
uses: actions/cache@v3.0.4
26+
uses: actions/cache@v3.0.11
2727
id: pip-cache
2828
with:
2929
path: ~/.cache/pip

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-python@v4.0.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- uses: actions/cache@v3.0.4
21+
- uses: actions/cache@v3.0.11
2222
id: pip-cache
2323
with:
2424
path: ~/.cache/pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: ${{ matrix.python-version }}
5858

5959
- name: Pip cache
60-
uses: actions/cache@v3.0.4
60+
uses: actions/cache@v3.0.11
6161
id: pip-cache
6262
with:
6363
path: ~/.cache/pip

0 commit comments

Comments
 (0)