From 10a5590c1eec43a1b6a31fbd2bcbcc9fc7f81d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:05:01 +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/maintainer-absence.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maintainer-absence.yml b/.github/workflows/maintainer-absence.yml index 33c93f0ba..433cb0f7e 100644 --- a/.github/workflows/maintainer-absence.yml +++ b/.github/workflows/maintainer-absence.yml @@ -18,7 +18,7 @@ jobs: name: create-issue runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | const startDate = new Date('${{ github.event.inputs.startDate }}'); diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67e407c0a..f31845e00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -630,7 +630,7 @@ jobs: | sed -e 's/^"//' -e 's/"$//' | base64 -d >gcm-public.asc mv gcm-public.asc linux-artifacts - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: script: | const fs = require('fs');