Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-12-19 20:11:08 +0300
committerGitHub <noreply@github.com>2023-12-19 20:11:08 +0300
commit877df107d545a048153d9e4bfcac1b731416caf4 (patch)
treed1f733b96f112916d10749b26717280ac80f7b2c
parent6e21cc425fec8a9387018880588eeb736c3ea859 (diff)
parent6da8b288c9d069e37fb70754c6d3d81e261171ef (diff)
Merge pull request #1952 from nextcloud/dependabot/github_actions/actions/stale-9.0.0
build(deps): Bump actions/stale from 8.0.0 to 9.0.0
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index d996914d..776b467f 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -14,7 +14,7 @@ jobs:
issues: write
pull-requests: write
steps:
- - uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
+ - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
with:
days-before-stale: 28
days-before-close: 14