From 01a6fc8d072b23d8e40d4067b9dd1c0e3c48a5bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 10:24:29 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 572c536..a2af8c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup git-cliff uses: kenji-miyake/setup-git-cliff@v1 - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 id: changelog with: result-encoding: string