Skip to content

Commit 585c7f8

Browse files
chore: bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#506)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12f4776 commit 585c7f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
permissions: {}
8585
steps:
86-
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
86+
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d
8787
with:
8888
dotnet-version: 9.0.x
8989
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Setup Python
3333
with:
3434
python-version: 3.x
35-
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
35+
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d
3636
name: Setup .NET
3737
with:
3838
dotnet-version: 9.0.x
@@ -200,7 +200,7 @@ jobs:
200200
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
201201
with:
202202
node-version: 18.x
203-
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
203+
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d
204204
with:
205205
dotnet-version: 9.0.x
206206
- name: Download build artifacts

0 commit comments

Comments
 (0)