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 1414 id-token : write
1515 steps :
1616 - name : Setup python to build package
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.12'
2020 - name : Install build
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install dependencies
5656 sudo apt-get update
5757 sudo apt-get install binutils libproj-dev gdal-bin
5858 - name : Set up Python ${{ matrix.python-version }}
59- uses : actions/setup-python@v5
59+ uses : actions/setup-python@v6
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 - name : Install dependencies
8282 sudo apt-get update
8383 sudo apt-get install binutils libproj-dev gdal-bin
8484 - name : Set up Python ${{ matrix.python-version }}
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@v6
8686 with :
8787 python-version : ${{ matrix.python-version }}
8888 - name : Install dependencies
9999 - uses : actions/checkout@v5
100100 with :
101101 fetch-tags : true
102- - uses : actions/setup-python@v5
102+ - uses : actions/setup-python@v6
103103 with :
104104 python-version : ' 3.13'
105105 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments