File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Check CLA
21
- uses : conda/actions/check-cla@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
21
+ uses : conda/actions/check-cla@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
22
22
with :
23
23
# [required]
24
24
# A token with ability to comment, label, and modify the commit status
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
days-before-issue-stale : 90
34
34
days-before-issue-close : 21
35
35
steps :
36
- - uses : conda/actions/read-yaml@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
36
+ - uses : conda/actions/read-yaml@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
37
37
id : read_yaml
38
38
with :
39
39
path : https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml
40
40
41
- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0 .0
41
+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1 .0
42
42
id : stale
43
43
with :
44
44
# Only issues with these labels are checked whether they are stale
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ jobs:
55
55
git config --global user.name 'Conda Bot'
56
56
git config --global user.email '[email protected] '
57
57
58
- - uses : conda/actions/combine-durations@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
58
+ - uses : conda/actions/combine-durations@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
59
59
id : durations
60
60
continue-on-error : true
61
61
62
- - uses : conda/actions/template-files@6e72e0db87e72f0020e493aeb02f864363bd9258 # v24.11.1
62
+ - uses : conda/actions/template-files@7873f9d7c90877290866eb893b8f6eff2e88429a # v25.1.2
63
63
id : templates
64
64
continue-on-error : true
65
65
You can’t perform that action at this time.
0 commit comments