From b4674fc6e9f3c39526ef4eac3a4de18a640d5bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:45:58 +0000 Subject: [PATCH] Bump actions/github-script from 3 to 6 Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-npm.yml b/.github/workflows/build-publish-npm.yml index d539a78..b9c660b 100644 --- a/.github/workflows/build-publish-npm.yml +++ b/.github/workflows/build-publish-npm.yml @@ -54,7 +54,7 @@ jobs: - build_and_publish steps: - name: Create tag - uses: actions/github-script@v3 + uses: actions/github-script@v6 with: github-token: ${{ github.token }} script: |