Skip to content

Commit

Permalink
Merge pull request #179 from giantswarm/renovate/actions-cache-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v4.2.0
  • Loading branch information
marians authored Dec 6, 2024
2 parents cbcf34f + 3d90fe3 commit ad9228f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Poetry check version
run: poetry --version
- name: Restore poetry cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Poetry install dependencies
run: poetry install
- name: Restore pre-commit cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit ad9228f

Please sign in to comment.