From 02f4ec9f441c01b9852bc4afa28700b0de62e34a Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 7 Jul 2023 14:28:53 +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 ed92a32..8674b57 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: using: "composite" steps: - name: Setup - uses: butr/actions-common-setup@v1.2 + uses: butr/actions-common-setup@v2 with: github-token: ${{ inputs.github-token }} @@ -28,7 +28,7 @@ runs: - name: Run dotnet format id: format - uses: jfversluis/dotnet-format@1.0.7 + uses: jfversluis/dotnet-format@1.0.9 with: repo-token: ${{ inputs.github-token }} action: "fix"