Skip to content

Commit

Permalink
Merge pull request #490 from icedland/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
wtfsck committed Dec 5, 2023
2 parents 8efb249 + 883ffa6 commit c50feca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
shell: bash
run: bash build/ci-install-rust.sh

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
shell: bash
run: bash build/ci-install-rust.sh

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}

Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{env.CI_REQ_DOTNET_SDK_VER}}
- uses: actions/setup-java@v4
Expand Down

0 comments on commit c50feca

Please sign in to comment.