We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074716d commit b2cd55bCopy full SHA for b2cd55b
.github/workflows/ci-cd.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Cache Python modules
21
- uses: actions/cache@v3
+ uses: actions/cache@v4
22
23
path: ~/.cache/pip
24
key: ${{ runner.os }}-pip-${{ hashFiles('**/poetry.lock') }}
@@ -54,7 +54,7 @@ jobs:
54
uses: actions/setup-python@v5
55
56
python-version: "3.11"
57
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
58
name: Configure pip caching
59
60
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
0 commit comments