Skip to content

Commit 1712f80

Browse files
authored
🤖 Update infrastructure file(s) (#38)
1 parent 32a7fe4 commit 1712f80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎.github/workflows/cla.yml

+1-1
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@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
21+
uses: conda/actions/check-cla@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
2222
with:
2323
# [required]
2424
# A token with ability to comment, label, and modify the commit status

‎.github/workflows/stale.yml

+2-2
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@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
36+
- uses: conda/actions/read-yaml@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
3737
id: read_yaml
3838
with:
3939
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml
4040

41-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
41+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
4242
id: stale
4343
with:
4444
# Only issues with these labels are checked whether they are stale

‎.github/workflows/update.yml

+2-2
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@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
58+
- uses: conda/actions/combine-durations@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
5959
id: durations
6060
continue-on-error: true
6161

62-
- uses: conda/actions/template-files@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
62+
- uses: conda/actions/template-files@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
6363
id: templates
6464
continue-on-error: true
6565

0 commit comments

Comments
 (0)