Skip to content

Commit 8521291

Browse files
dependabot[bot]fuzzzerd
authored andcommitted
chore(deps): bump actions/setup-dotnet from 4.3.0 to 4.3.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca46305 commit 8521291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Setup dotnet
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].1
2929

3030
- name: Restore
3131
run: dotnet restore

.github/workflows/release-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Setup dotnet
29-
uses: actions/[email protected].0
29+
uses: actions/[email protected].1
3030

3131
- name: Build
3232
shell: bash

0 commit comments

Comments
 (0)