From 026d9fe16f8f103437260ed382e3b6c2a09f5de7 Mon Sep 17 00:00:00 2001 From: Vitaly Mikhailov Date: Mon, 23 Aug 2021 10:31:31 +0300 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 24a32b2..097f364 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Setup - uses: butr/actions-common-setup@v1.1 + uses: butr/actions-common-setup@v1.2 with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -21,7 +21,7 @@ runs: - name: Run dotnet format id: format - uses: jfversluis/dotnet-format@v1.0.5 + uses: jfversluis/dotnet-format@v1.0.7 with: repo-token: ${{ inputs.github-token }} action: "fix"