Skip to content

Commit

Permalink
Merge pull request #303 from microsoft/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-dotnet-3.0.3

Bump actions/setup-dotnet from 3.0.2 to 3.0.3
  • Loading branch information
baywet authored Oct 27, 2022
2 parents d0f54ad + a0d2a8a commit 806caf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GITHUB_RUN_NUMBER: ${{ github.run_number }}
steps:
- name: Setup .NET
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
dotnet-version: 6.0.x

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 @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup .NET
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit 806caf2

Please sign in to comment.