Skip to content

Commit 43fc90e

Browse files
committed
Update actions/cache package
1 parent 073876c commit 43fc90e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Load Poetry Cached Libraries ⬇
133133
id: cache-poetry
134-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
134+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
135135
with:
136136
path: .venv
137137
key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-3.9-non-full-${{ hashFiles('**/poetry.lock') }}-${{ secrets.POETRY_CACHE_VERSION }}
@@ -149,7 +149,7 @@ jobs:
149149
run: poetry config virtualenvs.in-project true
150150

151151
- name: Load Yarn Cached Packages ⬇
152-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
152+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
153153
with:
154154
path: docs/node_modules
155155
key: ${{ runner.os }}-yarn-12.x-${{ hashFiles('docs/yarn.lock') }}
@@ -226,7 +226,7 @@ jobs:
226226
- name: Load Poetry Cached Libraries ⬇
227227
id: cache-poetry
228228
if: needs.changes.outputs.docs == 'true'
229-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
229+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
230230
with:
231231
path: .venv
232232
key: ${{ runner.os }}-poetry-${{ env.POETRY_VERSION }}-3.9-non-full-${{ hashFiles('**/poetry.lock') }}-${{ secrets.POETRY_CACHE_VERSION }}
@@ -246,7 +246,7 @@ jobs:
246246

247247
- name: Load Yarn Cached Packages ⬇
248248
if: needs.changes.outputs.docs == 'true'
249-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
249+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
250250
with:
251251
path: docs/node_modules
252252
key: ${{ runner.os }}-yarn-12.x-${{ hashFiles('docs/yarn.lock') }}
@@ -299,7 +299,7 @@ jobs:
299299
node-version: "12.x"
300300

301301
- name: Load Yarn Cached Packages ⬇
302-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
302+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
303303
with:
304304
path: docs/node_modules
305305
key: ${{ runner.os }}-yarn-12.x-${{ hashFiles('docs/yarn.lock') }}

0 commit comments

Comments
 (0)