Skip to content

Commit

Permalink
Bump RocketSurgeonsGuild/actions from 0.2.4 to 0.2.5
Browse files Browse the repository at this point in the history
Bumps [RocketSurgeonsGuild/actions](https://github.com/RocketSurgeonsGuild/actions) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/RocketSurgeonsGuild/actions/releases)
- [Changelog](https://github.com/RocketSurgeonsGuild/actions/blob/master/GitReleaseManager.yaml)
- [Commits](v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: RocketSurgeonsGuild/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2021
1 parent 6a0b737 commit 742fa97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# move any issues to that milestone in the event the release is renamed
- name: sync milestones
uses: RocketSurgeonsGuild/actions/[email protected].4
uses: RocketSurgeonsGuild/actions/[email protected].5
with:
default-label: ':sparkles: mysterious'
github-token: ${{ secrets.RSG_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "::set-output name=repository::$($parts[1])"
- name: sync milestones
uses: RocketSurgeonsGuild/actions/[email protected].4
uses: RocketSurgeonsGuild/actions/[email protected].5
with:
default-label: ':sparkles: mysterious'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
continue-on-error: true

- name: sync milestones
uses: RocketSurgeonsGuild/actions/[email protected].4
uses: RocketSurgeonsGuild/actions/[email protected].5
with:
default-label: ':sparkles: mysterious'
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 742fa97

Please sign in to comment.