From 9383624442cd35885ad1ea0579adff84ef853406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 14:47:04 +0800 Subject: [PATCH] Bump actions/github-script from 4.0.2 to 4.1 (#350) Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293...f891eff65186019cbb3f7190c4590bc0a1b76fbc) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/oss-governance-project-pr.yml | 2 +- .github/workflows/release-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/oss-governance-project-pr.yml b/.github/workflows/oss-governance-project-pr.yml index acc70239a..6eba3ca20 100644 --- a/.github/workflows/oss-governance-project-pr.yml +++ b/.github/workflows/oss-governance-project-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.event.sender.type == 'User' && github.event.pull_request.head.repo.full_name == github.repository steps: - - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 + - uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc with: github-token: ${{ secrets.DEFICHAIN_BOT_GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index f2731579d..4f19fc198 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -15,7 +15,7 @@ jobs: with: node-version: '15' - - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 + - uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc id: version with: script: | @@ -66,7 +66,7 @@ jobs: with: node-version: '15' - - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 + - uses: actions/github-script@f891eff65186019cbb3f7190c4590bc0a1b76fbc id: version with: script: |