Skip to content

Commit

Permalink
Merge pull request #49 from pulumiverse/renovate/actions-setup-dotnet…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/setup-dotnet action to v4
  • Loading branch information
ringods authored Aug 13, 2024
2 parents 2379687 + 1e6c896 commit 1151d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: ${{ env.NODEVERSION }}
registry-url: https://registry.npmjs.org
- name: Setup DotNet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
node-version: ${{ env.NODEVERSION }}
registry-url: https://registry.npmjs.org
- name: Setup DotNet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
node-version: ${{ env.NODEVERSION }}
registry-url: ${{env.NPM_REGISTRY_URL}}
- name: Setup DotNet
uses: actions/setup-dotnet@v2.1.1
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
Expand Down

0 comments on commit 1151d8c

Please sign in to comment.