File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout repo
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v6
1010
1111 - name : Setup Python
12- uses : actions/setup-python@v5
12+ uses : actions/setup-python@v6
1313
1414 - name : Install pipenv
1515 run : pip install pipenv
@@ -46,15 +46,15 @@ jobs:
4646 retention-days : 7
4747
4848 test :
49- runs-on : ubuntu-22.04
49+ runs-on : ubuntu-latest
5050 strategy :
5151 matrix :
5252 qgis_version : [release-3_22, release-3_28, final-3_36_1]
5353 env :
5454 QGIS_TEST_VERSION : ${{ matrix.qgis_version }}
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v6
5858 with :
5959 submodules : recursive
6060
@@ -65,12 +65,12 @@ jobs:
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v6
6969 with :
7070 submodules : recursive
7171
7272 - name : Setup Python
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474
7575 - name : Install toolchain
7676 run : pip install build
You can’t perform that action at this time.
0 commit comments