From 4550e4593cc0e85c5fafafebfb7de548d47f7036 Mon Sep 17 00:00:00 2001 From: Konstantin Rybakov Date: Mon, 28 Nov 2022 10:32:09 +0200 Subject: [PATCH] [UTI-2480] Update actions versions (#433) --- .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