Update action.yml

master v1.6
Vitalii Mikhailov 2 years ago committed by GitHub
parent f7c88aebe0
commit 02f4ec9f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Setup - name: Setup
uses: butr/actions-common-setup@v1.2 uses: butr/actions-common-setup@v2
with: with:
github-token: ${{ inputs.github-token }} github-token: ${{ inputs.github-token }}
@ -28,7 +28,7 @@ runs:
- name: Run dotnet format - name: Run dotnet format
id: format id: format
uses: jfversluis/dotnet-format@1.0.7 uses: jfversluis/dotnet-format@1.0.9
with: with:
repo-token: ${{ inputs.github-token }} repo-token: ${{ inputs.github-token }}
action: "fix" action: "fix"

Loading…
Cancel
Save