Skip to content

Commit 821fae7

Browse files
authored
Bump conda/actions/canary-release version (#5797)
* Bump conda/actions * Update builds-review.yaml
1 parent d96811c commit 821fae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builds-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Create and upload review build
58-
uses: conda/actions/canary-release@eb545bb8ab48d499b31c057a6df3cf46753fdbcb # v25.3.1
58+
uses: conda/actions/canary-release@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
5959
with:
6060
package-name: ${{ github.event.repository.name }}
6161
subdir: ${{ matrix.subdir }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ jobs:
575575
Path(environ["GITHUB_ENV"]).write_text("\n".join(f"{name}={value}" for name, value in envs.items()))
576576
577577
- name: Create & Upload
578-
uses: conda/actions/canary-release@eb545bb8ab48d499b31c057a6df3cf46753fdbcb # v25.3.1
578+
uses: conda/actions/canary-release@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
579579
with:
580580
package-name: ${{ github.event.repository.name }}
581581
subdir: ${{ matrix.subdir }}

0 commit comments

Comments
 (0)