From 116cde9d92e7371aeff5e1c35cb6ba7836b6bff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:59:36 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6.3.2 to 6.4.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/100527700e8b29ca817ac0e0dfbfc5e8ff38edda...98814c53be79b1d30f795b907e553d8679345975) --- 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 955233292f..4d8448ae27 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@98814c53be79b1d30f795b907e553d8679345975 # v6.1.1 with: script: | await github.rest.issues.createComment({ @@ -134,7 +134,7 @@ jobs: CID_VERSION: 1 - name: 'Comment on PR' - uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.1.1 + uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.1.1 with: script: | await github.rest.issues.createComment({