From fc467fd03e7c32ec60330cde3adc0085890fa5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:34:08 +0000 Subject: [PATCH] github-actions(deps): Bump actions/github-script Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- actions/github/release/create/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/github/release/create/action.yaml b/actions/github/release/create/action.yaml index c3a09c9..a305857 100644 --- a/actions/github/release/create/action.yaml +++ b/actions/github/release/create/action.yaml @@ -23,7 +23,7 @@ runs: shell: "bash" - name: "Create release" - uses: "actions/github-script@v7.0.0" + uses: "actions/github-script@v7.0.1" with: github-token: "${{ inputs.github-token }}" script: |