Skip to content

Commit

Permalink
Merge pull request #2233 from SEKOIA-IO/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.2.1

Bump actions/cache from 4.0.2 to 4.2.1
  • Loading branch information
otetard authored Feb 24, 2025
2 parents accbeea + 1fce1fa commit ecfb534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-public-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.1
with:
path: .venv
key: poetry-${{ runner.os }}-python${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.1
with:
path: .venv
key: poetry-${{ runner.os }}-python${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit ecfb534

Please sign in to comment.