From f563bede9da6c1649ea5d4b325a904cd329afefe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:32:03 +0000 Subject: [PATCH] ci(tools): update build tools --- .github/workflows/notify.yml | 2 +- .github/workflows/stale.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index cb37c66..8b5098c 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -27,7 +27,7 @@ jobs: - name: Send Mastodon Status on new release id: mastodon - uses: cbrgm/mastodon-github-action@a4eea3d4ca4a297b4221c4f56500dc0e175824ce # v2.1.24 + uses: cbrgm/mastodon-github-action@845250b56b82d94e26bf23984d5e0cf5ced6d18f # v2.1.25 if: ${{ !github.event.repository.private }} with: access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a5c291a..3e028ac 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: label-issues: runs-on: ubuntu-latest steps: - - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 name: Setting issue as idle with: repo-token: '${{ secrets.GITHUB_TOKEN }}' @@ -24,7 +24,7 @@ jobs: operations-per-run: 100 exempt-issue-labels: backlog - - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 name: Setting PR as idle with: repo-token: '${{ secrets.GITHUB_TOKEN }}'