Skip to content

Commit

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

Bump actions/cache from 4.0.0 to 4.0.2
  • Loading branch information
otetard authored Mar 25, 2024
2 parents be90479 + f17346b commit f8c74a9
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/[email protected].0
uses: actions/[email protected].2
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/[email protected].0
uses: actions/[email protected].2
with:
path: .venv
key: poetry-${{ runner.os }}-python${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit f8c74a9

Please sign in to comment.