Skip to content

Commit

Permalink
Update RocketSurgeonsGuild/actions action to v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent 33089f7 commit 07d79ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5
uses: RocketSurgeonsGuild/actions/auto-label@v0.3.8
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 @@ -195,7 +195,7 @@ jobs:
Publish:
needs:
- Build
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.5
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.8
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/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.5
uses: RocketSurgeonsGuild/actions/.github/workflows/dependabot-merge.yml@v0.3.8
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.5
uses: RocketSurgeonsGuild/actions/.github/workflows/sync-labels.yml@v0.3.8

0 comments on commit 07d79ad

Please sign in to comment.