@@ -20,10 +20,10 @@ jobs:
2020 name : Run pre-commit
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
2525 persist-credentials : false
26- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
26+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2727 with :
2828 python-version-file : .python-version-default
2929
3535 runs-on : ubuntu-latest
3636
3737 steps :
38- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939 with :
4040 fetch-depth : 0
4141 persist-credentials : false
7272 - run : |
7373 tar xf dist/*.tar.gz --strip-components=1
7474 rm -rf src
75- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
75+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
7676 with :
7777 python-version : ${{ matrix.python-version }}
7878 allow-prereleases : true
@@ -106,10 +106,10 @@ jobs:
106106 if : always()
107107
108108 steps :
109- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
109+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110110 with :
111111 persist-credentials : false
112- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
112+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
113113 with :
114114 python-version-file : .python-version-default
115115 - uses : hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817 # v2.3.0
@@ -153,7 +153,7 @@ jobs:
153153 name : Packages
154154 path : dist
155155 - run : tar xf dist/*.tar.gz --strip-components=1
156- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
156+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
157157 with :
158158 python-version-file : .python-version-default
159159 - uses : hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817 # v2.3.0
@@ -172,10 +172,10 @@ jobs:
172172 runs-on : ${{ matrix.os }}
173173
174174 steps :
175- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
175+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
176176 with :
177177 persist-credentials : false
178- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
178+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
179179 with :
180180 python-version-file : .python-version-default
181181
@@ -199,7 +199,7 @@ jobs:
199199 name : Packages
200200 path : dist
201201 - run : tar xf dist/*.tar.gz --strip-components=1
202- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
202+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
203203 with :
204204 # Keep in sync with tox.ini/docs & .readthedocs.yaml
205205 python-version : " 3.13"
0 commit comments