Skip to content

Commit 1ec74e7

Browse files
dependabot[bot]DanielNoord
authored andcommitted
Bump actions/cache from 3.0.1 to 3.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfd23f6 commit 1ec74e7

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/checks.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
}}"
4444
- name: Restore Python virtual environment
4545
id: cache-venv
46-
uses: actions/[email protected].1
46+
uses: actions/[email protected].2
4747
with:
4848
path: venv
4949
key: >-
@@ -65,7 +65,7 @@ jobs:
6565
hashFiles('.pre-commit-config.yaml') }}"
6666
- name: Restore pre-commit environment
6767
id: cache-precommit
68-
uses: actions/[email protected].1
68+
uses: actions/[email protected].2
6969
with:
7070
path: ${{ env.PRE_COMMIT_CACHE }}
7171
key: >-
@@ -93,7 +93,7 @@ jobs:
9393
python-version: ${{ env.DEFAULT_PYTHON }}
9494
- name: Restore Python virtual environment
9595
id: cache-venv
96-
uses: actions/[email protected].1
96+
uses: actions/[email protected].2
9797
with:
9898
path: venv
9999
key:
@@ -106,7 +106,7 @@ jobs:
106106
exit 1
107107
- name: Restore pre-commit environment
108108
id: cache-precommit
109-
uses: actions/[email protected].1
109+
uses: actions/[email protected].2
110110
with:
111111
path: ${{ env.PRE_COMMIT_CACHE }}
112112
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -136,7 +136,7 @@ jobs:
136136
python-version: ${{ env.DEFAULT_PYTHON }}
137137
- name: Restore Python virtual environment
138138
id: cache-venv
139-
uses: actions/[email protected].1
139+
uses: actions/[email protected].2
140140
with:
141141
path: venv
142142
key:
@@ -167,7 +167,7 @@ jobs:
167167
python-version: ${{ env.DEFAULT_PYTHON }}
168168
- name: Restore Python virtual environment
169169
id: cache-venv
170-
uses: actions/[email protected].1
170+
uses: actions/[email protected].2
171171
with:
172172
path: venv
173173
key:

.github/workflows/primer-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
}}"
4949
- name: Restore Python virtual environment
5050
id: cache-venv
51-
uses: actions/[email protected].1
51+
uses: actions/[email protected].2
5252
with:
5353
path: venv
5454
key: >-
@@ -82,7 +82,7 @@ jobs:
8282
python-version: ${{ matrix.python-version }}
8383
- name: Restore Python virtual environment
8484
id: cache-venv
85-
uses: actions/[email protected].1
85+
uses: actions/[email protected].2
8686
with:
8787
path: venv
8888
key:
@@ -117,7 +117,7 @@ jobs:
117117
python-version: ${{ matrix.python-version }}
118118
- name: Restore Python virtual environment
119119
id: cache-venv
120-
uses: actions/[email protected].1
120+
uses: actions/[email protected].2
121121
with:
122122
path: venv
123123
key:
@@ -152,7 +152,7 @@ jobs:
152152
python-version: ${{ matrix.python-version }}
153153
- name: Restore Python virtual environment
154154
id: cache-venv
155-
uses: actions/[email protected].1
155+
uses: actions/[email protected].2
156156
with:
157157
path: venv
158158
key:

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
}}"
4343
- name: Restore Python virtual environment
4444
id: cache-venv
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
4646
with:
4747
path: venv
4848
key: >-
@@ -87,7 +87,7 @@ jobs:
8787
python-version: ${{ matrix.python-version }}
8888
- name: Restore Python virtual environment
8989
id: cache-venv
90-
uses: actions/[email protected].1
90+
uses: actions/[email protected].2
9191
with:
9292
path: venv
9393
key:
@@ -131,7 +131,7 @@ jobs:
131131
python-version: ${{ matrix.python-version }}
132132
- name: Restore Python virtual environment
133133
id: cache-venv
134-
uses: actions/[email protected].1
134+
uses: actions/[email protected].2
135135
with:
136136
path: venv
137137
key:
@@ -197,7 +197,7 @@ jobs:
197197
}}"
198198
- name: Restore Python virtual environment
199199
id: cache-venv
200-
uses: actions/[email protected].1
200+
uses: actions/[email protected].2
201201
with:
202202
path: venv
203203
key: >-
@@ -245,7 +245,7 @@ jobs:
245245
}}"
246246
- name: Restore Python virtual environment
247247
id: cache-venv
248-
uses: actions/[email protected].1
248+
uses: actions/[email protected].2
249249
with:
250250
path: venv
251251
key: >-

0 commit comments

Comments
 (0)