From 3eb4a32e3aa6f50e1a7542e77ac41e496fa3bf17 Mon Sep 17 00:00:00 2001 From: Konstantin Rybakov Date: Thu, 24 Nov 2022 18:31:45 +0200 Subject: [PATCH] [UTI-2480] Update actions versions --- .github/workflows/close-inactive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive.yaml b/.github/workflows/close-inactive.yaml index f6a4ce3..5784a97 100644 --- a/.github/workflows/close-inactive.yaml +++ b/.github/workflows/close-inactive.yaml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v3 + - uses: actions/stale@v6 with: days-before-stale: 30 days-before-close: 14