mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 09:52:11 +08:00
chore: update .net version in deployments
This commit is contained in:
parent
4785a680da
commit
671816cd63
6
.github/actions/build/action.yml
vendored
6
.github/actions/build/action.yml
vendored
@ -25,14 +25,16 @@ runs:
|
|||||||
# https://devblogs.microsoft.com/dotnet/dotnet-loves-github-actions/
|
# https://devblogs.microsoft.com/dotnet/dotnet-loves-github-actions/
|
||||||
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net#caching-dependencies
|
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net#caching-dependencies
|
||||||
- name: Cache NuGet Packages
|
- name: Cache NuGet Packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
path: ~/.nuget/packages
|
path: ~/.nuget/packages
|
||||||
key: ${{ runner.os }}-dotnet-nuget
|
key: ${{ runner.os }}-dotnet-nuget
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v4
|
||||||
|
with:
|
||||||
|
dotnet-version: '9.x.x'
|
||||||
|
|
||||||
# https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
|
# https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
|
||||||
- name: Restore .NET Tools
|
- name: Restore .NET Tools
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build and Test Flight
|
- name: Build and Test Flight
|
||||||
uses: ./.github/actions/build-test
|
uses: ./.github/actions/build-test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user