Skip to content

Commit 9b01835

Browse files
committed
Merge branch 'master' of github.com:jeeftor/intellifire4py
afds
2 parents f4b8d56 + 19ab66d commit 9b01835

File tree

4 files changed

+84
-91
lines changed

4 files changed

+84
-91
lines changed

.github/workflows/poetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
poetry config virtualenvs.create true --local
2929
poetry config virtualenvs.in-project true --local
30-
- uses: actions/cache@v3
30+
- uses: actions/cache@v4
3131
name: Define a cache for the virtual environment based on the dependencies lock file
3232
with:
3333
path: ./.venv

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
print("::set-output name=result::{}".format(result))
7575
7676
- name: Restore pre-commit cache
77-
uses: actions/cache@v3
77+
uses: actions/cache@v4
7878
if: matrix.session == 'pre-commit'
7979
with:
8080
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)