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 ed6fa2a commit 3812375Copy full SHA for 3812375
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v4
14
with:
15
python-version: 3.x
16
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
17
18
path: ~/.cache/pip
19
key: pip
@@ -61,7 +61,7 @@ jobs:
61
62
63
python-version: ${{ matrix.python }}
64
65
66
67
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
0 commit comments