Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit e48b1c5

Browse files
author
Luke Hinds
authored
Merge pull request #79 from stacklok/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 5a336ea + bd7ea4b commit e48b1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Load cached venv
3232
id: cached-poetry-dependencies
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: .venv
3636
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)