1818 steps :
1919 - name : Checkout repository
2020 id : repo
21- uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
21+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
2323 - name : Set up Python
2424 uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4646 steps :
4747
4848 - name : checkout
49- uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
49+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5050
5151 - name : Change version in repo and CITATION.cff
5252 run : |
9595 runs-on : ubuntu-24.04
9696 steps :
9797 - name : Checkout repository
98- uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
98+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9999 with :
100100 ref : main
101101
@@ -113,7 +113,7 @@ jobs:
113113 steps :
114114 - name : create release
115115 id : create_release
116- uses : softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
116+ uses : softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
117117 with :
118118 name : v${{ github.event.inputs.version }}
119119 generate_release_notes : true
@@ -162,7 +162,7 @@ jobs:
162162 steps :
163163
164164 - name : checkout
165- uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
165+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
166166 with :
167167 ref : main
168168
@@ -190,7 +190,7 @@ jobs:
190190
191191 steps :
192192 - name : Checkout
193- uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
193+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
194194 with :
195195 ref : main
196196
@@ -200,10 +200,10 @@ jobs:
200200 grep '{% set version' conda-recipe/meta.yaml
201201
202202 - name : Setup Conda (conda-forge only)
203- uses : conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4
203+ uses : conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
204204 with :
205205 miniforge-variant : Miniforge3
206- python-version : " 3.12 "
206+ python-version : " 3.14 "
207207 auto-activate : true
208208 activate-environment : base
209209 conda-remove-defaults : true
0 commit comments