Skip to content

Commit 15cd172

Browse files
ci(github-action): update actions/cache digest (0400d5f → 0057852) (#58)
1 parent a82ed68 commit 15cd172

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: 22.x
4848

4949
- name: Cache NodeJS environment
50-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
50+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5151
with:
5252
path: |
5353
**/node_modules
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Load cached venv
7878
id: cached-poetry-dependencies
79-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
79+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8080
with:
8181
path: .venv
8282
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)