Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jeeftor/intellifire4py
Browse files Browse the repository at this point in the history
afds
  • Loading branch information
jeeftor committed Jan 28, 2024
2 parents f4b8d56 + 19ab66d commit 9b01835
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Define a cache for the virtual environment based on the dependencies lock file
with:
path: ./.venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v3
uses: actions/cache@v4
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down
Loading

0 comments on commit 9b01835

Please sign in to comment.