@@ -19,10 +19,10 @@ jobs:
1919 steps :
2020 - name : checkout repository
2121 id : repo
22- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
22+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
2424 - name : get python 3.13
25- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
25+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2626 with :
2727 python-version : 3.14
2828
4747 steps :
4848
4949 - name : checkout
50- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
50+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151
5252 - name : Change version in repo and CITATION.cff
5353 run : |
9393 runs-on : ubuntu-24.04
9494 steps :
9595 - name : Checkout repository
96- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
96+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9797 with :
9898 ref : main
9999
@@ -161,12 +161,12 @@ jobs:
161161 steps :
162162
163163 - name : checkout
164- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
164+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
165165 with :
166166 ref : main
167167
168168 - name : get python 3.13
169- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
169+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
170170 with :
171171 python-version : 3.14
172172
@@ -189,7 +189,7 @@ jobs:
189189
190190 steps :
191191 - name : Checkout
192- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
192+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
193193 with :
194194 ref : main
195195
@@ -199,7 +199,7 @@ jobs:
199199 grep '{% set version' conda-recipe/meta.yaml
200200
201201 - name : Setup Conda (conda-forge only)
202- uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
202+ uses : conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
203203 with :
204204 miniforge-variant : Miniforge3
205205 python-version : " 3.12"
0 commit comments