diff options
| author | QMK Bot <hello@qmk.fm> | 2022-09-22 23:52:56 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2022-09-22 23:52:56 +0000 |
| commit | d967de0df749f3be63403e07feda416ea09351d0 (patch) | |
| tree | d39bb89a6439ae38d7b3409d7961f6305700c181 | |
| parent | b8ffaa63310ec7cc29de0aaa562457d87e50f837 (diff) | |
| parent | 3b7aeddc4dea42f9c7850b2a39661349d0b1352e (diff) | |
Merge remote-tracking branch 'origin/master' into develop
| -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 b15f301865..297af8e19c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml | |||
| @@ -12,7 +12,7 @@ jobs: | |||
| 12 | stale: | 12 | stale: |
| 13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-latest |
| 14 | steps: | 14 | steps: |
| 15 | - uses: actions/stale@v5 | 15 | - uses: actions/stale@v6 |
| 16 | with: | 16 | with: |
| 17 | repo-token: ${{ secrets.GITHUB_TOKEN }} | 17 | repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 18 | 18 | ||
