Skip to content

Commit 695a5d1

Browse files
Update RocketSurgeonsGuild/actions action to v0.3.19
1 parent 1c148f0 commit 695a5d1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
title: 'v${{ steps.gitversion.outputs.majorMinorPatch }}'
7373
- name: sync milestones
74-
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15
74+
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.19
7575
with:
7676
default-label: ':sparkles: mysterious'
7777
github-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ on:
1111

1212
jobs:
1313
comment:
14-
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.15
14+
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.19
1515
secrets:
1616
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
title: 'v${{ steps.gitversion.outputs.majorMinorPatch }}'
7979
- name: sync milestones
80-
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15
80+
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.19
8181
with:
8282
default-label: ':sparkles: mysterious'
8383
github-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
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/sync-labels.yml@v0.3.15
14+
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.3.19

.github/workflows/update-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
title: 'v${{ steps.gitversion.outputs.majorMinorPatch }}'
7575
- name: sync milestones
76-
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15
76+
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.19
7777
with:
7878
default-label: ':sparkles: mysterious'
7979
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)