From 865f1af1895a1de63d42026f2e590f184451a060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:15:14 +0100 Subject: [PATCH] chore(deps): update actions/github-script action to v7 (#330) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/story-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/story-review.yml b/.github/workflows/story-review.yml index edfa5eac..46ee03e3 100644 --- a/.github/workflows/story-review.yml +++ b/.github/workflows/story-review.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkboxes - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const checkboxes = ["BA Review", "DEV Review", "PO Review"];