Skip to content

Commit

Permalink
Bump conda/actions from 25.1.1 to 25.1.2 in /.github/workflows (#299)
Browse files Browse the repository at this point in the history
Bumps [conda/actions](https://github.com/conda/actions) from 25.1.1 to 25.1.2.
- [Release notes](https://github.com/conda/actions/releases)
- [Commits](conda/actions@8ff3faa...7873f9d)

---
updated-dependencies:
- dependency-name: conda/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 47eb34c commit dafd5d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check CLA
uses: conda/actions/check-cla@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1
uses: conda/actions/check-cla@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
with:
# [required]
# A token with ability to comment, label, and modify the commit status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
days-before-issue-stale: 90
days-before-issue-close: 21
steps:
- uses: conda/actions/read-yaml@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1
- uses: conda/actions/read-yaml@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
id: read_yaml
with:
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
Path(environ["GITHUB_ENV"]).write_text(f"ANACONDA_ORG_LABEL={label}")
- name: Create and upload canary build
uses: conda/actions/canary-release@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 #v25.1.1
uses: conda/actions/canary-release@7873f9d7c90877290866eb893b8f6eff2e88429a #v25.1.2
env:
# Run conda-build in isolated activation to properly package conda
_CONDA_BUILD_ISOLATED_ACTIVATION: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
git config --global user.name 'Conda Bot'
git config --global user.email '[email protected]'
- uses: conda/actions/combine-durations@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1
- uses: conda/actions/combine-durations@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
id: durations
continue-on-error: true

- uses: conda/actions/template-files@8ff3faa82ad80f5c05d91c22bcd37d897f80ca46 # v25.1.1
- uses: conda/actions/template-files@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
id: templates
continue-on-error: true

Expand Down

0 comments on commit dafd5d6

Please sign in to comment.