diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2c55ad7..04984f9 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,7 +15,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4 with: dotnet-version: | 9.0.x diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 51ceaeb..768d31e 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -13,7 +13,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4 with: dotnet-version: | 9.0.x diff --git a/.github/workflows/release-publish-nuget.yml b/.github/workflows/release-publish-nuget.yml index 07e6b9e..c455066 100644 --- a/.github/workflows/release-publish-nuget.yml +++ b/.github/workflows/release-publish-nuget.yml @@ -44,7 +44,7 @@ jobs: - name: Publish to NuGet.org if: env.HAS_RELEASE_TAG == 'true' - uses: frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.3.0 + uses: frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.3 with: artifact-name: nuget-packages artifact-run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/release-version-and-tag.yml b/.github/workflows/release-version-and-tag.yml index 25dbb22..89081ca 100644 --- a/.github/workflows/release-version-and-tag.yml +++ b/.github/workflows/release-version-and-tag.yml @@ -83,7 +83,7 @@ jobs: BUILD_VERSION_OVERRIDE: ${{ needs.calculate-version.outputs.nuget_version }} steps: - - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4 with: dotnet-version: | 9.0.x