Skip to content

Commit

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

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
lounge authored Dec 7, 2023
2 parents a8fa453 + 8307e3e commit a99f391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.dotnetVersion }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy_samplesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
tunnels.uitestGithub.subdomain: ${{ env.uitestUrlSubdomain }}

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.dotnetVersion }}

Expand Down

0 comments on commit a99f391

Please sign in to comment.