Skip to content

Commit 25afb5c

Browse files
chore: update .github/workflows/stale.yml
1 parent 02cb731 commit 25afb5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 Google LLC
1+
# Copyright 2022-2024 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.
@@ -25,7 +25,7 @@ jobs:
2525
if: github.repository_owner == 'GoogleCloudPlatform' || github.repository_owner == 'terraform-google-modules'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/stale@v8
28+
- uses: actions/stale@v9
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
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)