File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 - name : Cache
22- uses : actions/cache@v3
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/.cache/pip
2525 key : deploy-${{ hashFiles('**/pyproject.toml') }}
2626 restore-keys : |
2727 deploy-
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : " 3.x"
3333
Original file line number Diff line number Diff line change 1414 os : [ubuntu-latest, windows-latest]
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Set up Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python }}
2222 allow-prereleases : true
2828 pre-commit :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v3
32- - uses : actions/setup-python@v4
31+ - uses : actions/checkout@v4
32+ - uses : actions/setup-python@v5
3333 with :
3434 python-version : 3.x
35- -
uses :
pre-commit/[email protected] .0 35+ -
uses :
pre-commit/[email protected] .1
You can’t perform that action at this time.
0 commit comments