mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
update setup python actions
This commit is contained in:
parent
357337f27f
commit
6f7b664b54
6 changed files with 6 additions and 6 deletions
2
.github/workflows/translate_cn.yml
vendored
2
.github/workflows/translate_cn.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
fetch-depth: 0 #Needed to download everything to be able to access the master & language branches
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
2
.github/workflows/translate_es.yml
vendored
2
.github/workflows/translate_es.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
fetch-depth: 0 #Needed to download everything to be able to access the master & language branches
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
2
.github/workflows/translate_fr.yml
vendored
2
.github/workflows/translate_fr.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
fetch-depth: 0 #Needed to download everything to be able to access the master & language branches
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
2
.github/workflows/translate_in.yml
vendored
2
.github/workflows/translate_in.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
fetch-depth: 0 #Needed to download everything to be able to access the master & language branches
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
2
.github/workflows/translate_jp.yml
vendored
2
.github/workflows/translate_jp.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
fetch-depth: 0 #Needed to download everything to be able to access the master & language branches
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
2
.github/workflows/translate_pt.yml
vendored
2
.github/workflows/translate_pt.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
fetch-depth: 0 #Needed to download everything to be able to access the master & language branches
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
Loading…
Reference in a new issue