Skip to content

Commit

Permalink
Update RocketSurgeonsGuild/actions action to v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 7, 2024
1 parent 95cf573 commit 9fa1be2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
Publish:
needs:
- Build
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.11
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.12
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-milestone6.yml@v0.3.11
uses: RocketSurgeonsGuild/actions/.github/workflows/close-milestone6.yml@v0.3.12
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.11
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.12
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 @@ -9,6 +9,6 @@ on:
- cron: '0 0 * * 4'
jobs:
create_milestone_and_draft_release:
uses: RocketSurgeonsGuild/actions/.github/workflows/draft-release6.yml@v0.3.11
uses: RocketSurgeonsGuild/actions/.github/workflows/draft-release6.yml@v0.3.12
secrets:
RSG_BOT_TOKEN: ${{ secrets.RSG_BOT_TOKEN }}
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.11
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.3.12
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-milestone6.yml@v0.3.11
uses: RocketSurgeonsGuild/actions/.github/workflows/update-milestone6.yml@v0.3.12

0 comments on commit 9fa1be2

Please sign in to comment.