File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 fetch-depth : 0
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.x"
1919
Original file line number Diff line number Diff line change 3232 path : sync_addon_metadata_translations
3333
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v2
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v5
1111 - name : Set up Python 3.10
12- uses : actions/setup-python@v2
12+ uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.10"
1515 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments