Skip to content

Commit e13c935

Browse files
committed
Update RocketSurgeonsGuild/actions action to v0.3.3
1 parent cb3070a commit e13c935

7 files changed

+7
-7
lines changed

.github/workflows/auto-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: actions/[email protected]
1212

1313
- name: auto label
14-
uses: RocketSurgeonsGuild/actions/[email protected].2
14+
uses: RocketSurgeonsGuild/actions/[email protected].3
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ jobs:
148148
secrets:
149149
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
150150
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'
151-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].2
151+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].3

.github/workflows/close-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55
- released
66
jobs:
77
close_milestone:
8-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].2
8+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].3
99
secrets:
1010
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}

.github/workflows/dependabot-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ on:
1111

1212
jobs:
1313
comment:
14-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].2
14+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].3
1515
secrets:
1616
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
continue-on-error: true
4545

4646
- name: sync milestones
47-
uses: RocketSurgeonsGuild/actions/[email protected].2
47+
uses: RocketSurgeonsGuild/actions/[email protected].3
4848
with:
4949
default-label: ':sparkles: mysterious'
5050
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111

1212
jobs:
1313
sync_labels:
14-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].2
14+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].3

.github/workflows/update-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
update_milestone:
12-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].2
12+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].3

0 commit comments

Comments
 (0)