From f817d61dbed34a788b20a90c9a3536214733a52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:10:49 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f492f48b0..db544f0c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,7 +60,7 @@ jobs: env: VERSION: ${{ inputs.version }} - name: Release - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.repos.createRelease({