Bump the actions group in /.github/workflows with 4 updates (#192)

This commit is contained in:
dependabot[bot]
2025-09-23 18:17:33 +12:00
committed by GitHub
parent 42b5b7bc56
commit 4d23b307dc
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ jobs:
label-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
name: Setting issue as idle
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -19,7 +19,7 @@ jobs:
operations-per-run: 100
exempt-issue-labels: 'backlog'
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
name: Setting PR as idle
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}