From f7911e793618b9ed73c120011372225c44095c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 16:31:42 +0000 Subject: [PATCH 1/2] Bump actions/github-script from 6.0.0 to 6.1.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/9ac08808f993958e9de277fe43a64532a609130e...7a5c598405937d486b0331594b5da2b14db670da) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/milestone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestone.yaml b/.github/workflows/milestone.yaml index 20d14c77dfc..dfb0a9cc355 100644 --- a/.github/workflows/milestone.yaml +++ b/.github/workflows/milestone.yaml @@ -23,7 +23,7 @@ jobs: statuses: none steps: - - uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e # v6.0.0 + - uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.0.0 with: script: | if (!context.payload.pull_request.merged) { From 3d5146ac4769b61a98b2d21a7235ca08eafce184 Mon Sep 17 00:00:00 2001 From: cpanato Date: Fri, 13 May 2022 18:37:44 +0200 Subject: [PATCH 2/2] update version comment Signed-off-by: cpanato --- .github/workflows/milestone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestone.yaml b/.github/workflows/milestone.yaml index dfb0a9cc355..0a3a1b5c1c2 100644 --- a/.github/workflows/milestone.yaml +++ b/.github/workflows/milestone.yaml @@ -23,7 +23,7 @@ jobs: statuses: none steps: - - uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.0.0 + - uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0 with: script: | if (!context.payload.pull_request.merged) {