diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-09 10:02:50 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-09 11:17:24 +0200 |
commit | dbff48e6c381eca4329f468790ac7dc4a0e6a044 (patch) | |
tree | 6ffbcff3884a4a8567388ba32d740e8b539319bf /.github/workflows/stale.yml | |
parent | 665ac949bdc2e54d378ef5c00778c830440a1a9d (diff) | |
download | hugo-dbff48e6c381eca4329f468790ac7dc4a0e6a044.tar.gz hugo-dbff48e6c381eca4329f468790ac7dc4a0e6a044.zip |
github: Update GitHub actions versions
Diffstat (limited to '.github/workflows/stale.yml')
-rw-r--r-- | .github/workflows/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 53b8adac4..249c1ab54 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@08e671be8ac8944d0e132aa71d0ae8ccfb347675 + - uses: dessant/lock-threads@7de207be1d3ce97a9abe6ff1306222982d1ca9f9 # v5.0.1 with: issue-inactive-days: 21 add-issue-labels: 'Outdated' @@ -24,7 +24,7 @@ jobs: This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. - - uses: actions/stale@04a1828bc18ada028d85a0252a47cd2963a91abe + - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 with: operations-per-run: 999 days-before-issue-stale: 365 |