From 5d0394474cd1e4f930dcf10a564b8150f95e3a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 01:14:35 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6.3.2 to 6.4.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/100527700e8b29ca817ac0e0dfbfc5e8ff38edda...d7906e4ad0b1822421a7e6a35d5ca353c962f410) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-deploy-fork.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-deploy-fork.yml b/.github/workflows/test-deploy-fork.yml index 2a33b7f46..8d113fbaa 100644 --- a/.github/workflows/test-deploy-fork.yml +++ b/.github/workflows/test-deploy-fork.yml @@ -34,7 +34,7 @@ jobs: echo "::set-output name=pr_number::$(cat NUM | tr -dc '[:digit:]')" - name: Link this CI run to PR - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.1.1 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.1.1 with: script: | await github.rest.issues.createComment({ @@ -135,7 +135,7 @@ jobs: CID_VERSION: 1 - name: 'Comment on PR' - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.1.1 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.1.1 with: script: | await github.rest.issues.createComment({