Skip to content

build(deps): bump actions/setup-dotnet from 4.0.0 to 4.0.1 #1206

build(deps): bump actions/setup-dotnet from 4.0.0 to 4.0.1

build(deps): bump actions/setup-dotnet from 4.0.0 to 4.0.1 #1206

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
with:
dotnet-version: "8.0.200"
- run: pwsh ./test.ps1