Skip to content

Commit fb1de3a

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 3531cf6 commit fb1de3a

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
@@ -32,7 +32,7 @@ jobs:
3232
poetry config virtualenvs.in-project true --local
3333
3434
- name: Cache dependencies
35-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
35+
uses: actions/cache@v4
3636
with:
3737
path: ./.venv
3838
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)