From 0dc59c18b02564c6f78fd2ba3576ee3abd08c47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 10:04:38 +0000 Subject: [PATCH] Bump RocketSurgeonsGuild/actions from 0.2.4 to 0.3.1 Bumps [RocketSurgeonsGuild/actions](https://github.com/RocketSurgeonsGuild/actions) from 0.2.4 to 0.3.1. - [Release notes](https://github.com/RocketSurgeonsGuild/actions/releases) - [Changelog](https://github.com/RocketSurgeonsGuild/actions/blob/master/GitReleaseManager.yaml) - [Commits](https://github.com/RocketSurgeonsGuild/actions/compare/v0.2.4...v0.3.1) --- updated-dependencies: - dependency-name: RocketSurgeonsGuild/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/close-milestone.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- .github/workflows/update-milestone.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index 4c47a3f..6f1b5a5 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -37,7 +37,7 @@ jobs: # move any issues to that milestone in the event the release is renamed - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.2.4 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.1 with: default-label: ':sparkles: mysterious' github-token: ${{ secrets.BOT_TOKEN }} diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index fda8498..06d1071 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -48,7 +48,7 @@ jobs: echo "::set-output name=repository::$($parts[1])" - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.2.4 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.1 with: default-label: ':sparkles: mysterious' github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 00e71a6..f043009 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -23,7 +23,7 @@ jobs: path: .rsg - name: merge files - uses: RocketSurgeonsGuild/actions/merge-labels@v0.2.4 + uses: RocketSurgeonsGuild/actions/merge-labels@v0.3.1 with: files: '.rsg/.github/labels.yml,.github/labels.yml' output: .github/labels.yml diff --git a/.github/workflows/update-milestone.yml b/.github/workflows/update-milestone.yml index d9ff356..78fa92c 100644 --- a/.github/workflows/update-milestone.yml +++ b/.github/workflows/update-milestone.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.2.4 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.1 with: default-label: ':sparkles: mysterious' github-token: ${{ secrets.GITHUB_TOKEN }}