File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : 0
14- - uses : actions/setup-python@v2
14+ - uses : actions/setup-python@v4
1515 with :
1616 python-version : ' 3.x'
1717 cache : ' pip'
1818 - run : pip install -r .acimov/requirements.txt
1919 - run : python .acimov/publish.py
2020 - name : rsync deployments
21- uses : burnett01/rsync-deployments@5.1
21+ uses : burnett01/rsync-deployments@7.0.2
2222 with :
2323 switches : -a
2424 path : public/
Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
15- - uses : actions/setup-python@v2
15+ - uses : actions/setup-python@v4
1616 with :
1717 python-version : ' 3.x'
1818 cache : ' pip'
You can’t perform that action at this time.
0 commit comments