From 0b8a9bc1b7a5374f39c93c1ed58f22a66e153987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:33:57 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 5 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-labels.yml b/.github/workflows/fix-labels.yml index 0c072a23a..37d1b996c 100644 --- a/.github/workflows/fix-labels.yml +++ b/.github/workflows/fix-labels.yml @@ -33,7 +33,7 @@ jobs: - name: Find and fix 'released on @beta' issues without 'released' label id: find-issues - uses: actions/github-script@v5 + uses: actions/github-script@v7 with: script: | const issues = await github.paginate(github.rest.issues.listForRepo, {