Skip to content

Commit fc0631c

Browse files
Update GitHub Actions
1 parent 6e37be5 commit fc0631c

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

‎.github/workflows/daily.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
26+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727

2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0

‎.github/workflows/pr.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Upload artifacts on failure
101101
if: failure()
102-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
102+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
103103
with:
104104
name: quick-regression-failure-${{ matrix.system }}
105105
path: |
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Upload docs artifact
135135
if: always()
136-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
136+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
137137
with:
138138
name: docs-html
139139
path: docs/_build/html

‎.github/workflows/release.yaml‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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: |
@@ -95,7 +95,7 @@ jobs:
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
update-license-year:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1313
with:
1414
fetch-depth: 0
15-
- uses: FantasticFiasco/action-update-license-year@f180e962fa988db222d8f03ef4636750312d1b3d # v3
15+
- uses: FantasticFiasco/action-update-license-year@f180e962fa988db222d8f03ef4636750312d1b3d # v3.0.4
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}

‎.github/workflows/update_regression_baselines.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222
with:
2323
ref: ${{ github.ref }}
2424

@@ -36,7 +36,7 @@ jobs:
3636
run: pytest tests/regression --update-baselines --run-slow
3737

3838
- name: Commit updated baselines
39-
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7
39+
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0
4040
with:
4141
commit_message: "test(regression): update baselines"
4242
commit_user_name: github-actions[bot]

‎.github/workflows/weekly-docs.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repo
25-
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
25+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626

2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Upload docs artifacts on failure
4343
if: failure()
44-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
44+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545
with:
4646
name: docs-${{ matrix.os }}-py${{ matrix.python-version }}-failure
4747
path: |

‎.github/workflows/weekly-regression.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Upload regression artifacts (failure)
7474
if: failure()
75-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
75+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7676
with:
7777
name: regression-${{ matrix.system }}-artifacts
7878
path: |

0 commit comments

Comments
 (0)