From 1bdc1043021eaf3b918bde36e1aaba6ca84492d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 07:32:18 +0000 Subject: [PATCH] build(deps): 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/release.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-latest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51dc271..d8f3e63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: latest - name: Release meta - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: release-meta with: script: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 334946a..e32bf88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Trigger release workflow - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # need different token, RELEASE_TOKEN belongs to digineobot github-token: ${{ secrets.RELEASE_TOKEN }} diff --git a/.github/workflows/update-latest.yml b/.github/workflows/update-latest.yml index 32fdfce..0ce8068 100644 --- a/.github/workflows/update-latest.yml +++ b/.github/workflows/update-latest.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Find latest tag - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # need different token, RELEASE_TOKEN belongs to digineobot github-token: ${{ secrets.RELEASE_TOKEN }}