@@ -22,12 +22,12 @@ jobs:
22
22
static :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
persist-credentials : false
28
28
fetch-depth : 0
29
29
- name : Install uv
30
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v5
30
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
31
31
with :
32
32
enable-cache : true
33
33
python-version : ${{ matrix.python-version }}
@@ -45,12 +45,12 @@ jobs:
45
45
fail-fast : false
46
46
name : CPython ${{ matrix.python-version }}-${{ matrix.os }}
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
with :
50
50
persist-credentials : false
51
51
fetch-depth : 0
52
52
- name : Install uv
53
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v5
53
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
54
54
with :
55
55
enable-cache : true
56
56
python-version : ${{ matrix.python-version }}
@@ -81,18 +81,18 @@ jobs:
81
81
build-min :
82
82
runs-on : ubuntu-latest
83
83
steps :
84
- - uses : actions/checkout@v4
84
+ - uses : actions/checkout@v5
85
85
with :
86
86
persist-credentials : false
87
87
fetch-depth : 0
88
88
- name : Install uv
89
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v5
89
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
90
90
with :
91
91
enable-cache : true
92
92
python-version : ${{ env.MIN_PYTHON }}
93
93
- uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
94
94
- name : Install uv
95
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v5
95
+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v5
96
96
with :
97
97
enable-cache : true
98
98
python-version : ${{ env.MIN_PYTHON }}
0 commit comments