Skip to content

Commit 8e57fe1

Browse files
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](actions/cache@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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8edce01 commit 8e57fe1

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
}}"
3636
- name: Restore Python virtual environment
3737
id: cache-venv
38-
uses: actions/[email protected].7
38+
uses: actions/[email protected].8
3939
with:
4040
path: venv
4141
key: >-

.github/workflows/checks.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
}}"
4141
- name: Restore Python virtual environment
4242
id: cache-venv
43-
uses: actions/[email protected].7
43+
uses: actions/[email protected].8
4444
with:
4545
path: venv
4646
key: >-
@@ -63,7 +63,7 @@ jobs:
6363
hashFiles('.pre-commit-config.yaml') }}"
6464
- name: Restore pre-commit environment
6565
id: cache-precommit
66-
uses: actions/[email protected].7
66+
uses: actions/[email protected].8
6767
with:
6868
path: ${{ env.PRE_COMMIT_CACHE }}
6969
key: >-
@@ -91,7 +91,7 @@ jobs:
9191
python-version: ${{ env.DEFAULT_PYTHON }}
9292
- name: Restore Python virtual environment
9393
id: cache-venv
94-
uses: actions/[email protected].7
94+
uses: actions/[email protected].8
9595
with:
9696
path: venv
9797
key:
@@ -104,7 +104,7 @@ jobs:
104104
exit 1
105105
- name: Restore pre-commit environment
106106
id: cache-precommit
107-
uses: actions/[email protected].7
107+
uses: actions/[email protected].8
108108
with:
109109
path: ${{ env.PRE_COMMIT_CACHE }}
110110
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -138,7 +138,7 @@ jobs:
138138
python-version: ${{ env.DEFAULT_PYTHON }}
139139
- name: Restore Python virtual environment
140140
id: cache-venv
141-
uses: actions/[email protected].7
141+
uses: actions/[email protected].8
142142
with:
143143
path: venv
144144
key:
@@ -169,7 +169,7 @@ jobs:
169169
python-version: ${{ env.DEFAULT_PYTHON }}
170170
- name: Restore Python virtual environment
171171
id: cache-venv
172-
uses: actions/[email protected].7
172+
uses: actions/[email protected].8
173173
with:
174174
path: venv
175175
key:

.github/workflows/primer-test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
}}"
4646
- name: Restore Python virtual environment
4747
id: cache-venv
48-
uses: actions/[email protected].7
48+
uses: actions/[email protected].8
4949
with:
5050
path: venv
5151
key: >-
@@ -79,7 +79,7 @@ jobs:
7979
python-version: ${{ matrix.python-version }}
8080
- name: Restore Python virtual environment
8181
id: cache-venv
82-
uses: actions/[email protected].7
82+
uses: actions/[email protected].8
8383
with:
8484
path: venv
8585
key:
@@ -114,7 +114,7 @@ jobs:
114114
python-version: ${{ matrix.python-version }}
115115
- name: Restore Python virtual environment
116116
id: cache-venv
117-
uses: actions/[email protected].7
117+
uses: actions/[email protected].8
118118
with:
119119
path: venv
120120
key:

.github/workflows/primer_comment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Restore cached Python environment
4343
- name: Restore Python virtual environment
4444
id: cache-venv
45-
uses: actions/[email protected].7
45+
uses: actions/[email protected].8
4646
with:
4747
path: venv
4848
key:

.github/workflows/primer_run_main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Create a re-usable virtual environment
4545
- name: Create Python virtual environment cache
4646
id: cache-venv
47-
uses: actions/[email protected].7
47+
uses: actions/[email protected].8
4848
with:
4949
path: venv
5050
key:
@@ -71,7 +71,7 @@ jobs:
7171
echo "::set-output name=commitstring::$output"
7272
- name: Restore projects cache
7373
id: cache-projects
74-
uses: actions/[email protected].7
74+
uses: actions/[email protected].8
7575
with:
7676
path: tests/.pylint_primer_tests/
7777
key: >-

.github/workflows/primer_run_pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Restore cached Python environment
5454
- name: Restore Python virtual environment
5555
id: cache-venv
56-
uses: actions/[email protected].7
56+
uses: actions/[email protected].8
5757
with:
5858
path: venv
5959
key:
@@ -128,7 +128,7 @@ jobs:
128128
echo "::set-output name=commitstring::$output"
129129
- name: Restore projects cache
130130
id: cache-projects
131-
uses: actions/[email protected].7
131+
uses: actions/[email protected].8
132132
with:
133133
path: tests/.pylint_primer_tests/
134134
key: >-

.github/workflows/tests.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
}}"
4040
- name: Restore Python virtual environment
4141
id: cache-venv
42-
uses: actions/[email protected].7
42+
uses: actions/[email protected].8
4343
with:
4444
path: venv
4545
key: >-
@@ -88,7 +88,7 @@ jobs:
8888
python-version: ${{ matrix.python-version }}
8989
- name: Restore Python virtual environment
9090
id: cache-venv
91-
uses: actions/[email protected].7
91+
uses: actions/[email protected].8
9292
with:
9393
path: venv
9494
key:
@@ -132,7 +132,7 @@ jobs:
132132
python-version: ${{ matrix.python-version }}
133133
- name: Restore Python virtual environment
134134
id: cache-venv
135-
uses: actions/[email protected].7
135+
uses: actions/[email protected].8
136136
with:
137137
path: venv
138138
key:
@@ -194,7 +194,7 @@ jobs:
194194
}}"
195195
- name: Restore Python virtual environment
196196
id: cache-venv
197-
uses: actions/[email protected].7
197+
uses: actions/[email protected].8
198198
with:
199199
path: venv
200200
key: >-
@@ -240,7 +240,7 @@ jobs:
240240
}}"
241241
- name: Restore Python virtual environment
242242
id: cache-venv
243-
uses: actions/[email protected].7
243+
uses: actions/[email protected].8
244244
with:
245245
path: venv
246246
key: >-
@@ -284,7 +284,7 @@ jobs:
284284
}}"
285285
- name: Restore Python virtual environment
286286
id: cache-venv
287-
uses: actions/[email protected].7
287+
uses: actions/[email protected].8
288288
with:
289289
path: venv
290290
key: >-

0 commit comments

Comments
 (0)