From c14c1cce13d0e85dd42e6c7abb7ae1cb30512952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:15:52 +0000 Subject: [PATCH] ci: bump the github-actions group with 1 update (#10694) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/contrib.yaml | 2 +- .github/workflows/stale.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index d7efb4274e..0f89117541 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -55,7 +55,7 @@ jobs: if: ${{ github.event_name == 'pull_request_target' && success() && !github.event.pull_request.draft }} steps: - name: release-labels - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # This script ensures PR title and labels are in sync: # diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 0b3e3272b5..97b2048b80 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -31,7 +31,7 @@ jobs: # Start with the oldest issues, always. ascending: true - name: "Close old issues labeled likely-no" - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |