diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3e6de3a..f258e32 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.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3 with: dotnet-version: | 9.0.x diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index dd4d6e4..223373a 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3 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 6e39324..56839fc 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.1 + - uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3 with: dotnet-version: | 9.0.x