Skip to content

Commit afa59ad

Browse files
chore: update .github/workflows/stale.yml
1 parent ecdcae1 commit afa59ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Google LLC
1+
# Copyright 2022 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ jobs:
2121
stale:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/stale@v3
24+
- uses: actions/stale@v6
2525
with:
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'

0 commit comments

Comments
 (0)