diff --git a/.github/workflows/pr-close-on-label.yml b/.github/workflows/pr-close-on-label.yml index c3f342252..e040361c7 100644 --- a/.github/workflows/pr-close-on-label.yml +++ b/.github/workflows/pr-close-on-label.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 2 steps: - name: Close PR if label matches - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Maintainer-applied labels that trigger an auto-close + comment. diff --git a/.github/workflows/pr-stale.yml b/.github/workflows/pr-stale.yml index e56f5214f..925466c21 100644 --- a/.github/workflows/pr-stale.yml +++ b/.github/workflows/pr-stale.yml @@ -10,7 +10,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f + - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 with: days-before-pr-close: 14 days-before-pr-stale: 14