From 8557d3a4a067911c96ec9d8de3e222a951dffdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:09:13 +0000 Subject: [PATCH] ci(action): bump actions/github-script from 7.0.0 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2fbcbe2..dca648d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Repo metadata id: repo - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: script: | const repo = await github.rest.repos.get(context.repo) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9f3ecae..50f19edd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Recreate tag - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: script: | const tag = 'tags/${{ matrix.tag }}'; @@ -97,7 +97,7 @@ jobs: - name: Repo metadata id: repo - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: script: | const repo = await github.rest.repos.get(context.repo)