Skip to content

Commit 38a8185

Browse files
Merge pull request #166 from giantswarm/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4.1.1
2 parents 928b0f1 + 7f902bc commit 38a8185

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.0
52+
uses: actions/cache@v4.1.1
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.0
61+
uses: actions/cache@v4.1.1
6262
with:
6363
path: ~/.cache/pre-commit
6464
key: pre-commit-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)