Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyFart authored Sep 9, 2024
1 parent 6dce4a5 commit fd1b3d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: check repository
uses: actions/checkout@v4

- uses: kzrnm/get-net-sdk-project-versions-action@v1
- uses: kzrnm/get-net-sdk-project-versions-action@v2
id: get-version
with:
proj-path: Core/Core.csproj
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
password: ${{secrets.DOCKERHUB_TOKEN}}

- id: string
uses: ASzc/change-string-case-action@v2
uses: ASzc/change-string-case-action@v6
with:
string: ${{ matrix.folder }}

Expand Down

0 comments on commit fd1b3d7

Please sign in to comment.