diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b0d597b..2c55ad7 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.3.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 with: dotnet-version: | 9.0.x diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index cc10bff..51ceaeb 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.3.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 with: dotnet-version: | 9.0.x diff --git a/.github/workflows/release-version-and-tag.yml b/.github/workflows/release-version-and-tag.yml index d8ec72f..25dbb22 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.3.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0 with: dotnet-version: | 9.0.x