diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 051a66a92..0dbabd940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: pattern: nuget-* Publish: needs: Merge - uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.15 + uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.19 secrets: RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}' RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}' diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index 4ecd8fd2b..33c44e3ea 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -42,7 +42,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.15 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.19 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 1c4c2ccf8..aee2f7747 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -45,7 +45,7 @@ jobs: continue-on-error: true - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.19 with: default-label: 'mysterious' github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-milestone.yml b/.github/workflows/update-milestone.yml index 3260ebeb2..e6739a467 100644 --- a/.github/workflows/update-milestone.yml +++ b/.github/workflows/update-milestone.yml @@ -51,7 +51,7 @@ jobs: continue-on-error: true - name: sync milestones - uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.15 + uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.19 with: default-label: 'mysterious' github-token: ${{ secrets.GITHUB_TOKEN }}