Skip to content

Update github-actions non-major dependencies (minor) #4944

Update github-actions non-major dependencies (minor)

Update github-actions non-major dependencies (minor) #4944

Workflow file for this run

name: Verify dotnet format
on:
pull_request:
jobs:
verify-no-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup .NET
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
with:
dotnet-version: 8.0.x
- name: Install csharpier
run: dotnet tool restore
- name: Run csharpier
run: dotnet csharpier check .