Skip to content

Commit

Permalink
Merge pull request #226 from fintermobilityas/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-dotnet-4.1.0

Bump actions/setup-dotnet from 4.0.1 to 4.1.0
  • Loading branch information
peters authored Oct 25, 2024
2 parents 29df62f + 7df3cf5 commit bbfcd45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
lfs: true

- name: Setup dotnet ${{ env.DOTNET_SDK_VERSION }}
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: "${{ env.DOTNET_SDK_VERSION }}"

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
lfs: true

- name: Setup dotnet ${{ env.DOTNET_SDK_VERSION }}
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: "${{ env.DOTNET_SDK_VERSION }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapx-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "${HOME}/.dotnet/tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Setup .NET
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand Down

0 comments on commit bbfcd45

Please sign in to comment.