Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3.0.3 to 3.2.0 (#2103)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.3 to 3.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.0.3...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent eb5857e commit b3fe303
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout current branch

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
languages: csharp
queries: +security-and-quality,security-extended

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json
- name: Package Azure Function
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout current branch

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:
KEYVAULT_NAME: ${{ secrets.KEYVAULT_NAME }}

- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

Expand Down Expand Up @@ -672,7 +672,7 @@ jobs:
KEYVAULT_NAME: ${{ secrets.KEYVAULT_NAME }}

- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

Expand Down Expand Up @@ -761,7 +761,7 @@ jobs:
KEYVAULT_NAME: ${{ secrets.KEYVAULT_NAME }}

- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

Expand Down

0 comments on commit b3fe303

Please sign in to comment.