Skip to content

Commit

Permalink
chore(deps): update rocketsurgeonsguild/actions action to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 30, 2023
1 parent 4cde253 commit 9c990af
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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,6 +11,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: auto label
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.3
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
Publish:
needs:
- Build
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.3
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.4
secrets:
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:
- released
jobs:
close_milestone:
uses: RocketSurgeonsGuild/actions/.github/workflows/close-milestone.yml@v0.3.3
uses: RocketSurgeonsGuild/actions/.github/workflows/close-milestone.yml@v0.3.4
secrets:
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ on:

jobs:
comment:
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.3
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.4
secrets:
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
continue-on-error: true

- name: sync milestones
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.3
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.4
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 @@ -11,4 +11,4 @@ on:

jobs:
sync_labels:
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.3.3
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.3.4
2 changes: 1 addition & 1 deletion .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
update_milestone:
uses: RocketSurgeonsGuild/actions/.github/workflows/update-milestone.yml@v0.3.3
uses: RocketSurgeonsGuild/actions/.github/workflows/update-milestone.yml@v0.3.4

0 comments on commit 9c990af

Please sign in to comment.