Skip to content

Commit b006b99

Browse files
Bump RocketSurgeonsGuild/actions from 0.2.4 to 0.3.15
Bumps [RocketSurgeonsGuild/actions](https://github.com/rocketsurgeonsguild/actions) from 0.2.4 to 0.3.15. - [Release notes](https://github.com/rocketsurgeonsguild/actions/releases) - [Commits](RocketSurgeonsGuild/actions@v0.2.4...v0.3.15) --- updated-dependencies: - dependency-name: RocketSurgeonsGuild/actions dependency-version: 0.3.15 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 092c386 commit b006b99

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# move any issues to that milestone in the event the release is renamed
3939
- name: sync milestones
40-
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
40+
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15
4141
with:
4242
default-label: ':sparkles: mysterious'
4343
github-token: ${{ secrets.RSG_BOT_TOKEN }}

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "::set-output name=repository::$($parts[1])"
4949
5050
- name: sync milestones
51-
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
51+
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15
5252
with:
5353
default-label: ':sparkles: mysterious'
5454
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: .rsg
2424

2525
- name: merge files
26-
uses: RocketSurgeonsGuild/actions/merge-labels@v0.2.4
26+
uses: RocketSurgeonsGuild/actions/merge-labels@v0.3.15
2727
with:
2828
files: '.rsg/.github/labels.yml,.github/labels.yml'
2929
output: .github/labels.yml

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2.3.4
1616

1717
- name: sync milestones
18-
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
18+
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15
1919
with:
2020
default-label: ':sparkles: mysterious'
2121
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)