Skip to content

Commit 14c6b82

Browse files
committed
Update RocketSurgeonsGuild/actions action to v0.3.3
1 parent 1243800 commit 14c6b82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ jobs:
156156
secrets:
157157
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
158158
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'
159-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].2
159+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].3

.github/workflows/close-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# move any issues to that milestone in the event the release is renamed
4141
- name: sync milestones
42-
uses: RocketSurgeonsGuild/actions/[email protected].2
42+
uses: RocketSurgeonsGuild/actions/[email protected].3
4343
with:
4444
default-label: 'mysterious'
4545
github-token: ${{ secrets.OMNISHARP_BOT_TOKEN }}

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
continue-on-error: true
4040

4141
- name: sync milestones
42-
uses: RocketSurgeonsGuild/actions/[email protected].2
42+
uses: RocketSurgeonsGuild/actions/[email protected].3
4343
with:
4444
default-label: 'mysterious'
4545
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update-milestone.yml

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

5050
- name: sync milestones
51-
uses: RocketSurgeonsGuild/actions/[email protected].2
51+
uses: RocketSurgeonsGuild/actions/[email protected].3
5252
with:
5353
default-label: 'mysterious'
5454
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)