From 6f95ef6b78b19ae6b292248656c810ccc2808165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:05:24 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-merge.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-merge.yml b/.github/workflows/update-merge.yml index 0f4818a..bfe82f1 100644 --- a/.github/workflows/update-merge.yml +++ b/.github/workflows/update-merge.yml @@ -32,7 +32,7 @@ jobs: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} - name: Delete branch - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | await github.request('DELETE /repos/{owner}/{repo}/git/refs/{ref}', { diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9a9bffc..c5fc80a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -24,7 +24,7 @@ jobs: - run: npm install semver - name: Get latest release version - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: get-latest-release with: script: |