diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-18 13:26:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 13:26:30 +0000 |
commit | c03edbc2db10d73459d14bdc1f31ce448f8c95b3 (patch) | |
tree | 03764a7bfdc669d9f482bde86d51c6de4ec2ba6d | |
parent | 74daeded0cabe87d26546f07f9a3911cb60ec0e1 (diff) | |
download | edk2-dependabot/github_actions/actions/stale-9.tar.gz |
GitHub Action: Bump actions/stale from 8 to 9dependabot/github_actions/actions/stale-9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 b9160b548a..8d93d274dc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,7 +27,7 @@ jobs: steps:
- name: Check for Stale Items
- uses: actions/stale@v8
+ uses: actions/stale@v9
with:
days-before-issue-close: -1
days-before-issue-stale: -1
|