Skip to content

Commit 6eb547c

Browse files
committed
Merge remote-tracking branch 'upstream/main' into deprecations
2 parents dfa0c92 + 20b75c1 commit 6eb547c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cla.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check CLA
22-
uses: conda/actions/check-cla@v23.10.0
22+
uses: conda/actions/check-cla@v24.2.0
2323
with:
2424
# [required]
2525
# A token with ability to comment, label, and modify the commit status

.github/workflows/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: '!github.event.repository.fork'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/add-to-project@v0.5.0
17+
- uses: actions/add-to-project@v0.6.0
1818
with:
1919
# issues are added to the Planning project
2020
# PRs are added to the Review project

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
days-before-issue-stale: 90
3535
days-before-issue-close: 21
3636
steps:
37-
- uses: conda/actions/read-yaml@v23.10.0
37+
- uses: conda/actions/read-yaml@v24.2.0
3838
id: read_yaml
3939
with:
4040
path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml

0 commit comments

Comments
 (0)