Skip to content

Commit 7acbc48

Browse files
Update actions/stale to version 9.1.0 (#3625) (#3625)
Co-authored-by: ASF Logging Services RM <[email protected]>
1 parent a4011d8 commit 7acbc48

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/close-stale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
stale:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
31+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
3232
with:
3333
# Labels need to match with the ones in `labeler.yaml`!
3434
only-labels: waiting-for-user
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="3625" link="https://github.com/apache/logging-log4j2/pull/3625"/>
7+
<description format="asciidoc">Update `actions/stale` to version `9.1.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)