1 parent a82ed68 commit 15cd172Copy full SHA for 15cd172
1 file changed
.github/workflows/deploy-artifacts.yml
@@ -47,7 +47,7 @@ jobs:
47
node-version: 22.x
48
49
- name: Cache NodeJS environment
50
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
51
with:
52
path: |
53
**/node_modules
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Load cached venv
78
id: cached-poetry-dependencies
79
80
81
path: .venv
82
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments