diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6a6154..ee97897 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 403f8f4..0d223c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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