Skip to content

Commit 95d6d63

Browse files
committedNov 21, 2024·
update version of cache GH Action
1 parent 58deaca commit 95d6d63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/format.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- uses: Gr1N/setup-poetry@v8
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/.cache/pypoetry/virtualenvs
2424
key: ${{ runner.os }}-poetry-format-${{ hashFiles('poetry.lock') }}

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- uses: Gr1N/setup-poetry@v8
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: ~/.cache/pypoetry/virtualenvs
2424
key: ${{ runner.os }}-poetry-lint-${{ hashFiles('poetry.lock') }}

‎.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- uses: Gr1N/setup-poetry@v8
21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.cache/pypoetry/virtualenvs

0 commit comments

Comments
 (0)
Please sign in to comment.