File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,19 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout do repositório
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v5
1919 with :
2020 submodules : recursive
2121
2222 - name : Configura python
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v6
2424 with :
25- python-version : " 2.7 "
25+ python-version : " 3.5 "
2626 cache : pip
2727
2828 - name : Instala dependências
2929 run : pip install -r requirements.txt
3030
3131 - name : Build do site
3232 run : make publish
33+
Original file line number Diff line number Diff line change 2525 - name : Configura python
2626 uses : actions/setup-python@v6
2727 with :
28- python-version : " 2.7 "
28+ python-version : " 3.5 "
2929 cache : pip
3030
3131 - name : Instala dependências
You can’t perform that action at this time.
0 commit comments