Skip to content

Commit 87e12de

Browse files
Bump frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1
Bumps [frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1](https://github.com/frasermolyneux/actions) from 1.3.1 to 1.4.0. - [Commits](frasermolyneux/actions@dotnet-ci/v1.3.1...dotnet-ci/v1.4.0) --- updated-dependencies: - dependency-name: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1 dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03d99ba commit 87e12de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1
18+
- uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0
1919
with:
2020
dotnet-version: |
2121
9.0.x

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.draft == false
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1
16+
- uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0
1717
with:
1818
dotnet-version: |
1919
9.0.x

.github/workflows/release-version-and-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
BUILD_VERSION_OVERRIDE: ${{ needs.calculate-version.outputs.nuget_version }}
8484

8585
steps:
86-
- uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.3.1
86+
- uses: frasermolyneux/actions/dotnet-ci@dotnet-ci/v1.4.0
8787
with:
8888
dotnet-version: |
8989
9.0.x

0 commit comments

Comments
 (0)