René's URL Explorer Experiment


Title: chore(deps): bump actions/setup-dotnet from 2.1.0 to 3.0.2 by dependabot[bot] · Pull Request #97 · before-commit/before-commit · GitHub

Open Graph Title: chore(deps): bump actions/setup-dotnet from 2.1.0 to 3.0.2 by dependabot[bot] · Pull Request #97 · before-commit/before-commit

X Title: chore(deps): bump actions/setup-dotnet from 2.1.0 to 3.0.2 by dependabot[bot] · Pull Request #97 · before-commit/before-commit

Description: Bumps actions/setup-dotnet from 2.1.0 to 3.0.2. Release notes Sourced from actions/setup-dotnet's releases. Updating @​action/core, adding logic for processing the DOTNET_INSTALL_DIR environment variable. In the scope of this release such changes were made: The logic for processing the DOTNET_INSTALL_DIR environment variable was added to support relative paths and paths containing ~ #332 The version of @actions/core was bumped to 1.10.0 #331 Enable DOTNET_INSTALL_DIR environment variable In scope of this release the DOTNET_INSTALL_DIR environment variable was enabled to add the ability to change the installation directory for .NET SDK #329. The DOTNET_INSTALL_DIR can be helpful when access to the default installation directory, for instance, on self-hosted runners, is denied. Example of usage: build: runs-on: self-hosted env: DOTNET_INSTALL_DIR: "path/to/directory" steps: - uses: actions/setup-dotnet@v3 with: dotnet-version: '3.1.x' v3.0.0 This major release includes the following changes: #219 New input dotnet-quality was added in #315: - uses: actions/setup-dotnet@v3 with: dotnet-version: '6.0.x' dotnet-quality: 'preview' - run: dotnet build <my project>

More in detail here.

    - uses: actions/setup-dotnet@v3
      id: cp310
      with:
        dotnet-version: '3.1.422'
    - run: echo '${{ steps.cp310.outputs.dotnet-version }}' # outputs 3.1.422

More in detail here.

    - uses: actions/setup-dotnet@v3
      with:
        dotnet-version: '5.0.0-preview.6'

More in detail here.

... (truncated)

Commits