diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-08 02:02:19 +0000 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-08 09:16:32 +0200 |
| commit | f0f10ec91db5994473219e4a1303c02f869ebebf (patch) | |
| tree | f79e50e8ed3a1a9a441525ce2fa762118f210634 /.github | |
| parent | 6fe49bc56276fc6292a931c9df3d23a340c22c84 (diff) | |
Bump actions/setup-dotnet from 4 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docx-validation.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docx-validation.yaml b/.github/workflows/docx-validation.yaml index a27ac7acc..3724644e8 100644 --- a/.github/workflows/docx-validation.yaml +++ b/.github/workflows/docx-validation.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: ensure dotnet is present - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 - name: Install json_reformat run: | |
