Skip to content

Commit 88d2aae

Browse files
committed
🤖 updated file(s)
1 parent a8e7dbf commit 88d2aae

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
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@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
21+
uses: conda/actions/check-cla@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
2222
with:
2323
# [required]
2424
# A token with ability to comment, label, and modify the commit status

‎.github/workflows/stale.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
days-before-issue-stale: 90
3434
days-before-issue-close: 21
3535
steps:
36-
- uses: conda/actions/read-yaml@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
36+
- uses: conda/actions/read-yaml@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
3737
id: read_yaml
3838
with:
3939
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml
4040

41-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
41+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
4242
id: stale
4343
with:
4444
# Only issues with these labels are checked whether they are stale

‎.github/workflows/update.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- if: github.event_name == 'issue_comment'
34-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
34+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
3535
with:
3636
comment-id: ${{ github.event.comment.id }}
3737
reactions: eyes
@@ -55,11 +55,11 @@ jobs:
5555
git config --global user.name 'Conda Bot'
5656
git config --global user.email '18747875+conda-bot@users.noreply.github.com'
5757
58-
- uses: conda/actions/combine-durations@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
58+
- uses: conda/actions/combine-durations@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
5959
id: durations
6060
continue-on-error: true
6161

62-
- uses: conda/actions/template-files@87cb4b58e6a169cb41db8af4d49ace6275f7b213 # v25.9.0
62+
- uses: conda/actions/template-files@f05161c6e6e37a49b17c8e0b436197b53830318a # v25.9.2
6363
id: templates
6464
continue-on-error: true
6565

@@ -116,7 +116,7 @@ jobs:
116116
run: git push --force-with-lease
117117

118118
- if: always() && github.event_name == 'issue_comment'
119-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
119+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
120120
with:
121121
comment-id: ${{ github.event.comment.id }}
122122
reactions: ${{ (steps.create.conclusion == 'success' || steps.update.conclusion == 'success') && 'hooray' || 'confused' }}

‎HOW_WE_USE_GITHUB.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ support:
250250
Unfortunately, this issue is outside the scope of support we offer via GitHub or is not directly related to this project.
251251
Community support can be found elsewhere, though, and we encourage you to explore the following options:
252252

253-
- [Conda discourse forum](https://conda.discourse.group/)
254253
- [Community chat channels](https://conda.org/community#chat)
255254
- [Stack Overflow posts tagged "conda"](https://stackoverflow.com/questions/tagged/conda)
256255
</pre>

0 commit comments

Comments
 (0)