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/workflows | |
parent | ba62db19e760d144cbb7e30b3878238ff0983cf7 (diff) |
Update stale.yml
Diffstat (limited to '.github/workflows')
-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: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@main with: repo-token: ${{ secrets.GITHUB_TOKEN }} |