From 496dd686ab409a5d8cfe46d4ae05a929c9de4bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 17:51:59 +0000 Subject: [PATCH] Bump actions/github-script Bumps [actions/github-script](https://github.com/actions/github-script) from 7f4e771d2b3022fa3b8bac499d4a547619f3ab10 to 6.2.0. This release includes the previously tagged commit. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/7f4e771d2b3022fa3b8bac499d4a547619f3ab10...c713e510dbd7d213d92d41b7a7805a986f4c5c66) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f4c80ae..87de38de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,7 +168,7 @@ jobs: - uses: actions/checkout@3df53dd32d858478710a6127bcd8b9d8b7182e16 - name: Gather repository metadata id: repo - uses: actions/github-script@7f4e771d2b3022fa3b8bac499d4a547619f3ab10 + uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 with: script: | const repo = await github.rest.repos.get(context.repo)