3636 matrix :
3737 python-version : ["3.9", "3.10", "3.11", "3.12", "3.13"]
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040
4141 - name : Inject Rust source
4242 env :
5252 echo "SKIP_BUILD=0" >> "$GITHUB_ENV"
5353 fi
5454
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6
5656 if : env.SKIP_BUILD == '0'
5757 with :
5858 python-version : ${{ matrix.python-version }}
8383 matrix :
8484 python-version : ["3.9", "3.10", "3.11", "3.12", "3.13"]
8585 steps :
86- - uses : actions/checkout@v4
86+ - uses : actions/checkout@v5
8787
8888 - name : Inject Rust source
8989 env :
@@ -100,7 +100,7 @@ jobs:
100100 echo "SKIP_BUILD=0" >> "$GITHUB_ENV"
101101 fi
102102
103- - uses : actions/setup-python@v5
103+ - uses : actions/setup-python@v6
104104 if : env.SKIP_BUILD == '0'
105105 with :
106106 python-version : ${{ matrix.python-version }}
@@ -131,7 +131,7 @@ jobs:
131131 matrix :
132132 python-version : ["3.9", "3.10", "3.11", "3.12", "3.13"]
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v5
135135
136136 - name : Inject Rust source
137137 env :
@@ -147,7 +147,7 @@ jobs:
147147 echo "SKIP_BUILD=0" >> "$GITHUB_ENV"
148148 fi
149149
150- - uses : actions/setup-python@v5
150+ - uses : actions/setup-python@v6
151151 if : env.SKIP_BUILD == '0'
152152 with :
153153 python-version : ${{ matrix.python-version }}
@@ -177,7 +177,7 @@ jobs:
177177 matrix :
178178 python-version : ["3.9", "3.10", "3.11", "3.12", "3.13"]
179179 steps :
180- - uses : actions/checkout@v4
180+ - uses : actions/checkout@v5
181181
182182 - name : Inject Rust source
183183 env :
@@ -193,7 +193,7 @@ jobs:
193193 echo "SKIP_BUILD=0" >> "$GITHUB_ENV"
194194 fi
195195
196- - uses : actions/setup-python@v5
196+ - uses : actions/setup-python@v6
197197 if : env.SKIP_BUILD == '0'
198198 with :
199199 python-version : ${{ matrix.python-version }}
0 commit comments