Skip to content

Commit 9e29731

Browse files
Merge pull request #25 from dreadnode/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4.2.3
2 parents 3e6dd93 + f8cbd33 commit 9e29731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
poetry config virtualenvs.in-project true --local
3636
3737
- name: Cache dependencies
38-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
38+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3939
with:
4040
path: ./.venv
4141
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)