Skip to content

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1198) #1061

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1198)

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1198) #1061

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@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2
with:
dotnet-version: "7.0.100"
- run: pwsh ./test.ps1