Skip to content

Commit

Permalink
Update RocketSurgeonsGuild/actions action to v0.3.8 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent 333c252 commit e83bfd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: auto label
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.4
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.4
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.8
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 @@ -48,7 +48,7 @@ jobs:
echo "::set-output name=repository::$($parts[1])"
- name: sync milestones
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.4
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.8
with:
default-label: ':sparkles: mysterious'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: .rsg

- name: merge files
uses: RocketSurgeonsGuild/actions/merge-labels@v0.3.4
uses: RocketSurgeonsGuild/actions/merge-labels@v0.3.8
with:
files: '.rsg/.github/labels.yml,.github/labels.yml'
output: .github/labels.yml
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: sync milestones
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.4
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.8
with:
default-label: ':sparkles: mysterious'
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e83bfd2

Please sign in to comment.