@@ -19,12 +19,12 @@ jobs:
1919 steps :
2020 - name : checkout repository
2121 id : repo
22- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
2323
2424 - name : get python 3.13
25- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
25+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2626 with :
27- python-version : 3.13
27+ python-version : 3.14
2828
2929 - name : pip latest
3030 id : latestreleased
4747 steps :
4848
4949 - name : checkout
50- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
5151
5252 - name : Change version in repo and CITATION.cff
5353 run : |
6262
6363 - name : send PR
6464 id : pr_id
65- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
65+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
6666 with :
6767 commit-message : Update version to ${{ github.event.inputs.version }}
6868 branch : version-update
9393 runs-on : ubuntu-24.04
9494 steps :
9595 - name : Checkout repository
96- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
96+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
9797 with :
9898 ref : main
9999
@@ -161,14 +161,14 @@ jobs:
161161 steps :
162162
163163 - name : checkout
164- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
164+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
165165 with :
166166 ref : main
167167
168168 - name : get python 3.13
169- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
169+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
170170 with :
171- python-version : 3.13
171+ python-version : 3.14
172172
173173 - name : Install flit
174174 run : |
@@ -189,7 +189,7 @@ jobs:
189189
190190 steps :
191191 - name : Checkout
192- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
192+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
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
202+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0
203203 with :
204204 miniforge-variant : Miniforge3
205205 python-version : " 3.12"
0 commit comments