From e7d4370664272ed5ae8792a2727c31197e2c8b40 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Apr 2022 03:59:59 +0000 Subject: [PATCH] Update Rocket Surgery Other --- .azure-pipelines.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/close-milestone.yml | 2 +- .github/workflows/draft-release.yml | 2 +- .github/workflows/update-milestone.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index fbef5d6f1..a8652a9ce 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -30,7 +30,7 @@ resources: - repository: rsg type: github name: RocketSurgeonsGuild/AzureDevopsTemplates - ref: refs/tags/v0.13.0 + ref: refs/tags/v0.13.1 endpoint: github variables: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb85f7c67..fb97522ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,4 +156,4 @@ jobs: secrets: RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}' RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}' - uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.0 + uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.1 diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index 87f19af23..1a4925471 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -39,7 +39,7 @@ jobs: # move any issues to that milestone in the event the release is renamed - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.0 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.1 with: default-label: 'mysterious' github-token: ${{ secrets.OMNISHARP_BOT_TOKEN }} diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 4b97fa167..c595988d5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -39,7 +39,7 @@ jobs: continue-on-error: true - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.0 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.1 with: default-label: 'mysterious' github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-milestone.yml b/.github/workflows/update-milestone.yml index 49d50ba3e..f67de7db9 100644 --- a/.github/workflows/update-milestone.yml +++ b/.github/workflows/update-milestone.yml @@ -48,7 +48,7 @@ jobs: continue-on-error: true - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.0 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.1 with: default-label: 'mysterious' github-token: ${{ secrets.GITHUB_TOKEN }}