Skip to content

Commit c841baa

Browse files
build(deps): bump actions/setup-dotnet from 4 to 5 (#2310)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92cdf20 commit c841baa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
node-version: 'lts/*'
6262
cache: 'npm'
63-
- uses: actions/setup-dotnet@v4
63+
- uses: actions/setup-dotnet@v5
6464
with:
6565
dotnet-version: '8'
6666
- run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
node-version: 'lts/*'
7979
cache: 'npm'
8080

81-
- uses: actions/setup-dotnet@v4
81+
- uses: actions/setup-dotnet@v5
8282
with:
8383
dotnet-version: "8"
8484

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/setup-node@v4
5656
with:
5757
node-version: 'lts/*'
58-
- uses: actions/setup-dotnet@v4
58+
- uses: actions/setup-dotnet@v5
5959
with:
6060
dotnet-version: '8'
6161
env:

0 commit comments

Comments
 (0)