From cf4a23356575536d920f5c927911b22f940753e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 23:02:53 +0000 Subject: [PATCH] Bump actions/github-script from 5 to 6.3.3 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6.3.3) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index c4bd569..776ac0a 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: last-version - uses: actions/github-script@v5 + uses: actions/github-script@v6.3.3 id: version with: result-encoding: string