Skip to content

Commit a1e7977

Browse files
committed
Update actions/stale to version 10.0.0 (#3915)
1 parent 8e80e9e commit a1e7977

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/close-stale.yaml

Lines changed: 1 addition & 1 deletion
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@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
31+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
3232
with:
3333
# Labels need to match with the ones in `labeler.yaml`!
3434
only-labels: waiting-for-user
Lines changed: 8 additions & 0 deletions
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="3915" link="https://github.com/apache/logging-log4j2/pull/3915"/>
7+
<description format="asciidoc">Update `actions/stale` to version `10.0.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)