Skip to content

Commit 2deffb3

Browse files
Bump RocketSurgeonsGuild/actions from 0.2.6 to 0.2.9
Bumps [RocketSurgeonsGuild/actions](https://github.com/RocketSurgeonsGuild/actions) from 0.2.6 to 0.2.9. - [Release notes](https://github.com/RocketSurgeonsGuild/actions/releases) - [Changelog](https://github.com/RocketSurgeonsGuild/actions/blob/master/GitReleaseManager.yaml) - [Commits](v0.2.6...v0.2.9) --- updated-dependencies: - dependency-name: RocketSurgeonsGuild/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd588fc commit 2deffb3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/close-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# move any issues to that milestone in the event the release is renamed
4646
- name: sync milestones
47-
uses: RocketSurgeonsGuild/actions/[email protected].6
47+
uses: RocketSurgeonsGuild/actions/[email protected].9
4848
with:
4949
default-label: ':sparkles: mysterious'
5050
github-token: ${{ secrets.RSG_BOT_TOKEN }}

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "::set-output name=repository::$($parts[1])"
5858
5959
- name: sync milestones
60-
uses: RocketSurgeonsGuild/actions/[email protected].6
60+
uses: RocketSurgeonsGuild/actions/[email protected].9
6161
with:
6262
default-label: ':sparkles: mysterious'
6363
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: .rsg
2727

2828
- name: merge files
29-
uses: RocketSurgeonsGuild/actions/[email protected].6
29+
uses: RocketSurgeonsGuild/actions/[email protected].9
3030
with:
3131
files: '.rsg/.github/labels.yml,.github/labels.yml'
3232
output: .github/labels.yml

.github/workflows/update-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
continue-on-error: true
5050

5151
- name: sync milestones
52-
uses: RocketSurgeonsGuild/actions/[email protected].6
52+
uses: RocketSurgeonsGuild/actions/[email protected].9
5353
with:
5454
default-label: ':sparkles: mysterious'
5555
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)