From 1cdca2f695cb7a031f0ef75d782fb77d9d1d2b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:24:06 +0000 Subject: [PATCH] Bump actions/github-script from 7.1.0 to 8.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/f28e40c7f34bde8b3046d885e986cb6290c5673b...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/triage-sla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-sla.yml b/.github/workflows/triage-sla.yml index 8bf62bb9a..2c5a8fc1a 100644 --- a/.github/workflows/triage-sla.yml +++ b/.github/workflows/triage-sla.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check time since issue was created # github actions script version 7.1 - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: retries: 3 script: |