From 3eac224a1dbe0db5f7b853144fb81b6d5c50a78a Mon Sep 17 00:00:00 2001 From: Conda Bot <18747875+conda-bot@users.noreply.github.com> Date: Sun, 30 Aug 2026 02:44:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20updated=20file(s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cla.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/update.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index b1d0e02a6..92df8f5d6 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -30,7 +30,7 @@ jobs: statuses: write # Required to publish the CLA commit status. steps: - name: Check CLA - uses: conda/actions/check-cla@3bdc06c6ada7ab3906280debdd8873810d9f3435 # v26.8.0 + uses: conda/actions/check-cla@d88418cd4e36358ba51e7c88f2d2d5edb9ac49e7 # v26.8.1 with: # [required] # A token with ability to comment, label, and modify the commit status diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8463b595f..6de824c9c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -40,7 +40,7 @@ jobs: days-before-issue-stale: 90 days-before-issue-close: 21 steps: - - uses: conda/actions/read-file@3bdc06c6ada7ab3906280debdd8873810d9f3435 # v26.8.0 + - uses: conda/actions/read-file@d88418cd4e36358ba51e7c88f2d2d5edb9ac49e7 # v26.8.1 id: read_messages with: path: https://raw.githubusercontent.com/conda/infra/main/.github/messages.yml diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index be386a5a1..d852933b3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -33,11 +33,11 @@ jobs: git config --global user.name 'Conda Bot' git config --global user.email '18747875+conda-bot@users.noreply.github.com' - - uses: conda/actions/combine-durations@3bdc06c6ada7ab3906280debdd8873810d9f3435 # v26.8.0 + - uses: conda/actions/combine-durations@d88418cd4e36358ba51e7c88f2d2d5edb9ac49e7 # v26.8.1 id: durations continue-on-error: true - - uses: conda/actions/template-files@3bdc06c6ada7ab3906280debdd8873810d9f3435 # v26.8.0 + - uses: conda/actions/template-files@d88418cd4e36358ba51e7c88f2d2d5edb9ac49e7 # v26.8.1 id: templates continue-on-error: true