Skip to content

Commit

Permalink
Update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Juris Gekiss authored and Juris Gekiss committed Feb 16, 2024
1 parent 8802dd7 commit 5d25ec9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand Down
5 changes: 5 additions & 0 deletions Abc.IdentityModel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abc.IdentityModel.Tokens.Jw
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abc.IdentityModel.Tokens.Jwt.UnitTests", "test\Abc.IdentityModel.Tokens.Jwt.UnitTests\Abc.IdentityModel.Tokens.Jwt.UnitTests.csproj", "{6C0555D9-28CC-4722-9188-DD69F6DCE44F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{D0779697-4C87-48AD-A0B8-70C20A71FC8A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 5d25ec9

Please sign in to comment.