Skip to content

Commit

Permalink
Merge pull request #15 from pulumiverse/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-dotnet-3

chore(deps): bump actions/setup-dotnet from 1 to 3
  • Loading branch information
schmidtw authored Jun 20, 2024
2 parents 81f5abf + d1090e1 commit c09a629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
node-version: ${{matrix.nodeversion}}
registry-url: ${{env.NPM_REGISTRY_URL}}
- name: Setup DotNet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{matrix.dotnetverson}}
- name: Setup Python
Expand Down

0 comments on commit c09a629

Please sign in to comment.