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 63fdfed commit 6550008Copy full SHA for 6550008
.github/workflows/main.yml
@@ -21,13 +21,13 @@ jobs:
21
- "3.13"
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
25
26
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v6
27
with:
28
python-version: ${{ matrix.python-version }}
29
30
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
31
32
path: ~/.cache/pip
33
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}
0 commit comments