Skip to content

Commit

Permalink
Merge branch 'feature/randomize-tests' of https://github.com/Azure/io…
Browse files Browse the repository at this point in the history
…tedge-lorawan-starterkit into feature/randomize-tests
  • Loading branch information
Mandur committed Oct 30, 2023
2 parents 48b26d7 + 5ef7e35 commit 82459eb
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 82459eb

Please sign in to comment.