Skip to content

Commit 8208db0

Browse files
chore(deps): update actions/cache action to v5.0.3
1 parent fd60189 commit 8208db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
shell: bash
5959

6060
- name: Cache Poetry dependencies
61-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
61+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6262
with:
6363
path: .venv
6464
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -109,7 +109,7 @@ jobs:
109109
virtualenvs-in-project: true
110110

111111
- name: Cache Poetry dependencies
112-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
112+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
113113
with:
114114
path: .venv
115115
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)