Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jas88 committed Dec 30, 2024
1 parent 36299ba commit 925ded9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: setup .NET
if: ${{ matrix.language == 'csharp' }}
# NOTE(rkm 2022-02-20) Uses global.json
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
- name: Build .Net
if: ${{ matrix.language == 'csharp' }}
run: ./bin/smi/smi_build.py -c Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v4
- name: setup .NET
# NOTE(rkm 2022-02-20) Uses global.json
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
- name: download tessdata
run: ./bin/smi/download_tessdata.py
- name: "[linux] start services"
Expand Down

0 comments on commit 925ded9

Please sign in to comment.