Skip to content

Commit cba4fc8

Browse files
ci(github-action)!: Update actions/cache action (v4 → v5)
| datasource | package | from | to | | ----------- | ------------- | ---- | -- | | github-tags | actions/cache | v4 | v5 |
1 parent fe4844e commit cba4fc8

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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
50+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
79+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
8080
with:
8181
path: .venv
8282
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)