From c32ada000b4d87ea101a255946c9a481ca31eb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:09:08 +0000 Subject: [PATCH] Bump actions/github-script from 6.4.0 to 6.4.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/98814c53be79b1d30f795b907e553d8679345975...d7906e4ad0b1822421a7e6a35d5ca353c962f410) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/changesets-ci-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changesets-ci-comment.yml b/.github/workflows/changesets-ci-comment.yml index 5697a384f5..3b7970e9cc 100644 --- a/.github/workflows/changesets-ci-comment.yml +++ b/.github/workflows/changesets-ci-comment.yml @@ -23,7 +23,7 @@ jobs: sourceRunId: ${{ github.event.workflow_run.id }} - name: "Download artifact" - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # pin@v6 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # pin@v6 id: get-artifact if: steps.source-run-info.outputs.pullRequestNumber with: @@ -58,7 +58,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Remove outdated comments - uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # pin@v6 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # pin@v6 if: steps.get-artifact.outputs.result == 'false' && steps.source-run-info.outputs.pullRequestNumber env: ISSUE_NUMBER: ${{ steps.source-run-info.outputs.pullRequestNumber }}