Skip to content

Commit fe9a67d

Browse files
chore(deps): update actions/cache action to v4.1.2
1 parent 4ee9049 commit fe9a67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Poetry check version
5050
run: poetry --version
5151
- name: Restore poetry cache
52-
uses: actions/cache@v4.1.1
52+
uses: actions/cache@v4.1.2
5353
with:
5454
path: ~/.cache/pypoetry/virtualenvs
5555
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
@@ -58,7 +58,7 @@ jobs:
5858
- name: Poetry install dependencies
5959
run: poetry install
6060
- name: Restore pre-commit cache
61-
uses: actions/cache@v4.1.1
61+
uses: actions/cache@v4.1.2
6262
with:
6363
path: ~/.cache/pre-commit
6464
key: pre-commit-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)