File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 - name : Set up Python
13- uses : actions/setup-python@v2
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : " 3.8"
1616 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 python-version : [3.8]
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818
1919 - name : Cache pip
20- uses : actions/cache@v2
20+ uses : actions/cache@v4
2121 with :
2222 path : ~/.cache/pip
2323 key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${ GITHUB_REF }
@@ -45,14 +45,14 @@ jobs:
4545 python-version : [3.8]
4646
4747 steps :
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v4
4949 - name : Set up Python ${{ matrix.python-version }}
50- uses : actions/setup-python@v2
50+ uses : actions/setup-python@v4
5151 with :
5252 python-version : ${{ matrix.python-version }}
5353
5454 - name : Cache pip
55- uses : actions/cache@v2
55+ uses : actions/cache@v4
5656 with :
5757 path : ~/.cache/pip
5858 key : ${{ runner.os }}-pip-${{ hashFiles('docs/source/requirements.txt') }}-${ GITHUB_REF }
You can’t perform that action at this time.
0 commit comments