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 }}'