Browse Source

Bump various action versions

adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
3b72859980
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      .github/workflows/stale_bot.yaml
  2. 2
      .pre-commit-config.yaml

2
.github/workflows/stale_bot.yaml

@ -12,7 +12,7 @@ jobs: @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Mark and close stale PRs
uses: actions/stale@v5
uses: actions/stale@v8
with:
stale-pr-message: "This PR is stale because it has been 60 days with no activity. This PR will be automatically closed within 7 days if there is no further activity."
close-pr-message: "This PR was closed because it has been stalled for some time with no activity."

2
.pre-commit-config.yaml

@ -13,7 +13,7 @@ repos: @@ -13,7 +13,7 @@ repos:
- ts
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-json
name: Check JSON files

Loading…
Cancel
Save