From e4a28977ec64ab952972cf5675347ff953c2eb6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 11:07:20 +0000 Subject: [PATCH] Bump actions/github-script from 6.1.0 to 6.1.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/7a5c598405937d486b0331594b5da2b14db670da...d50f485531ba88479582bc2da03ff424389af5c1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/milestone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index 4096dee47..838d6c443 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -23,7 +23,7 @@ jobs: statuses: none steps: - - uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6 + - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6 with: script: | if (!context.payload.pull_request.merged) {