Skip to content

Commit

Permalink
Update RocketSurgeonsGuild/actions action to v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 5, 2024
1 parent 2bdc398 commit bad904a
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- name: auto label
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.10
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.11
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 @@ -163,7 +163,7 @@ jobs:
Publish:
needs:
- Build
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.10
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.11
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.10
uses: RocketSurgeonsGuild/actions/.github/workflows/close-milestone6.yml@v0.3.11
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.10
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.11
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.10
uses: RocketSurgeonsGuild/actions/.github/workflows/draft-release6.yml@v0.3.11
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.10
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.3.11
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.10
uses: RocketSurgeonsGuild/actions/.github/workflows/update-milestone6.yml@v0.3.11

0 comments on commit bad904a

Please sign in to comment.