File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,19 +23,11 @@ jobs:
2323 - python-version : ' 3.12'
2424 coverage : 1
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v5
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v2
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
31- - name : Cache pip
32- uses : actions/cache@v2
33- with :
34- path : ~/.cache/pip
35- key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
36- restore-keys : |
37- ${{ runner.os }}-pip-
38- ${{ runner.os }}-
3931 - name : Install dependencies
4032 run : |
4133 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 11multidimensional-urlencode == 0.0.4
22nose == 1.3.7
3- requests == 2.32.1
3+ requests == 2.32.4
44coverage == 4.5.4
55pook == 1.3.0
6- setuptools == 70.0.0
6+ setuptools == 78.1.1
You can’t perform that action at this time.
0 commit comments