Skip to content

Commit 5eecfa0

Browse files
Bump conda/actions from 25.9.2 to 26.1.0 in /.github/workflows (#1148)
Bumps [conda/actions](https://github.com/conda/actions) from 25.9.2 to 26.1.0. - [Release notes](https://github.com/conda/actions/releases) - [Commits](conda/actions@f05161c...7f6830b) --- updated-dependencies: - dependency-name: conda/actions dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5ce565 commit 5eecfa0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check CLA
21-
uses: conda/actions/check-cla@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
21+
uses: conda/actions/check-cla@7f6830b1428a9bd47f0b068892c77eae95207037 # v26.1.0
2222
with:
2323
# [required]
2424
# A token with ability to comment, label, and modify the commit status

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
python -m build --sdist --wheel . --outdir dist
232232
233233
- name: Create and upload canary build
234-
uses: conda/actions/canary-release@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
234+
uses: conda/actions/canary-release@7f6830b1428a9bd47f0b068892c77eae95207037 # v26.1.0
235235
if: github.ref_name == 'main' || startsWith(github.ref_name, 'feature/')
236236
with:
237237
package-name: ${{ github.event.repository.name }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
days-before-issue-stale: 90
3434
days-before-issue-close: 21
3535
steps:
36-
- uses: conda/actions/read-yaml@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
36+
- uses: conda/actions/read-yaml@7f6830b1428a9bd47f0b068892c77eae95207037 # v26.1.0
3737
id: read_yaml
3838
with:
3939
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
git config --global user.name 'Conda Bot'
5656
git config --global user.email '[email protected]'
5757
58-
- uses: conda/actions/combine-durations@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
58+
- uses: conda/actions/combine-durations@7f6830b1428a9bd47f0b068892c77eae95207037 # v26.1.0
5959
id: durations
6060
continue-on-error: true
6161

62-
- uses: conda/actions/template-files@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
62+
- uses: conda/actions/template-files@7f6830b1428a9bd47f0b068892c77eae95207037 # v26.1.0
6363
id: templates
6464
continue-on-error: true
6565

0 commit comments

Comments
 (0)