From a5b04d3ab9724b460f7e1b41feb8891985f8561c Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 16 Sep 2024 20:05:25 +0000 Subject: [PATCH] fix(test): update deps --- test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/action.yaml b/test/action.yaml index 994a373..f64e369 100644 --- a/test/action.yaml +++ b/test/action.yaml @@ -20,7 +20,7 @@ runs: ## Installs version of golang found in .go-version uses: open-turo/action-setup-tools@v2 - name: Authorize - uses: open-turo/action-git-auth@v2 + uses: open-turo/action-git-auth@v3 with: github-personal-access-token: ${{ inputs.github-token }} - name: Execute all go tests with coverage in current and all subdirectories