Skip to content

Commit

Permalink
updates workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
gislikonrad committed Aug 23, 2023
1 parent 0c35e32 commit e757fea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
metadata: ${{ github.event.inputs.metadata }}

- name: setup_dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
'6.0.x'
'7.0.x'
6.0.x
7.0.x
- name: install_dependencies
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v2

- name: setup_dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
'6.0.x'
'7.0.x'
6.0.x
7.0.x
- name: install_dependencies
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln
Expand Down

0 comments on commit e757fea

Please sign in to comment.