Skip to content

Commit 9eb1c67

Browse files
authored
Merge pull request #132 from CCPBioSim/renovate/major-github-actions
2 parents 2e7cf9d + 9b59517 commit 9eb1c67

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash -el {0}
2727
steps:
2828
- name: checkout
29-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030

3131
- name: Setup Miniconda
3232
uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
@@ -70,10 +70,10 @@ jobs:
7070
runs-on: ubuntu-24.04
7171
timeout-minutes: 15
7272
steps:
73-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
73+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7474

7575
- name: Set up Python 3.13
76-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
76+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
7777
with:
7878
python-version: 3.14
7979

@@ -89,10 +89,10 @@ jobs:
8989
runs-on: ubuntu-24.04
9090
timeout-minutes: 15
9191
steps:
92-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
92+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9393

9494
- name: Set up Python 3.13
95-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
95+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
9696
with:
9797
python-version: 3.14
9898

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -47,7 +47,7 @@ jobs:
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: |
@@ -93,7 +93,7 @@ jobs:
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"

.github/workflows/update-copyright-years-in-license-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update-license-year:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1313
with:
1414
fetch-depth: 0
1515
- uses: FantasticFiasco/action-update-license-year@f180e962fa988db222d8f03ef4636750312d1b3d # v3.0.4

0 commit comments

Comments
 (0)