File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 test-files : ${{ steps.set-matrix.outputs.test-files }}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 submodules : true
2626 fetch-depth : 1
@@ -63,13 +63,13 @@ jobs:
6363 python : ["3.13"]
6464
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v5
6767 with :
6868 submodules : true
6969 fetch-depth : 1
7070
7171 - name : Set up Python ${{ matrix.python }}
72- uses : actions/setup-python@v4
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : ${{ matrix.python }}
7575 architecture : x64
@@ -78,12 +78,12 @@ jobs:
7878 run : python -m pip install --upgrade uv
7979
8080 - name : Set up Node JS
81- uses : actions/setup-node@v4
81+ uses : actions/setup-node@v5
8282 with :
8383 node-version : 22
8484
8585 - name : Cache uv
86- uses : actions/cache@v3
86+ uses : actions/cache@v4
8787 with :
8888 path : ~/.cache/uv
8989 key : ${{ runner.os }}-${{ matrix.python }}-uv-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments