Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4.0.0...v4.0.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]>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent 8e376d1 commit d15e12f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 6.0.416

- name: Setup .NET 7
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 7.0.403

- name: Setup .NET 8
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.100

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dotnetall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 6.0.416

- name: Setup .NET 7
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 7.0.403

- name: Setup .NET 8
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.100

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET 6
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 6.0.416

- name: Setup .NET 7
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 7.0.403

- name: Setup .NET 8
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 8.0.100

Expand Down

0 comments on commit d15e12f

Please sign in to comment.