File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 DEPENDS : ${{ matrix.dependencies }}
8383
8484 steps :
85- - uses : actions/checkout@v5
85+ - uses : actions/checkout@v6
8686 with :
8787 submodules : recursive
8888 fetch-depth : 0
9393 path : ${{ env.TEST_DATA_HOME }}
9494 key : data-cache-v2-${{ needs.cache-test-data.outputs.SHA }}
9595 - name : Set up Python ${{ matrix.python-version }}
96- uses : actions/setup-python@v5
96+ uses : actions/setup-python@v6
9797 with :
9898 python-version : ${{ matrix.python-version }}
9999 - name : Display Python version
@@ -118,7 +118,7 @@ jobs:
118118 check : ['style']
119119
120120 steps :
121- - uses : actions/checkout@v5
121+ - uses : actions/checkout@v6
122122 - name : Install the latest version of uv
123123 uses : astral-sh/setup-uv@v7
124124 - name : Show tox config
You can’t perform that action at this time.
0 commit comments