diff options
| author | Nick Brassel <nick@tzarc.org> | 2023-11-14 13:15:52 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-14 13:15:52 +1100 |
| commit | 5c22706294b311c43f9dd6212e5086fff872b734 (patch) | |
| tree | 9650f5d4e2020d4b5bcb37ca733af7da1095656f /.github | |
| parent | ba62db19e760d144cbb7e30b3878238ff0983cf7 (diff) | |
Update stale.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d95efebe9d..ce9bd0f316 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml | |||
| @@ -14,7 +14,7 @@ jobs: | |||
| 14 | stale: | 14 | stale: |
| 15 | runs-on: ubuntu-latest | 15 | runs-on: ubuntu-latest |
| 16 | steps: | 16 | steps: |
| 17 | - uses: actions/stale@v8 | 17 | - uses: actions/stale@main |
| 18 | with: | 18 | with: |
| 19 | repo-token: ${{ secrets.GITHUB_TOKEN }} | 19 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 20 | 20 | ||
