Skip to content

Commit

Permalink
Merge pull request #221 from shinji-san/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/actions/setup-dotnet-4.0.1

Bump actions/setup-dotnet from 4.0.0 to 4.0.1

Resolves: #221
  • Loading branch information
shinji-san authored Aug 30, 2024
2 parents dbed77a + 948d7c4 commit c6d8526
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 c6d8526

Please sign in to comment.