From a27e62f57f04fb62088376e49ec53914bb28ca4e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Dec 2024 00:14:17 +0000 Subject: [PATCH] chore(deps): update open-turo/action-git-auth action to v3 --- lint/action.yaml | 2 +- release-poetry-package/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lint/action.yaml b/lint/action.yaml index 21c7858..2024f66 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -24,7 +24,7 @@ runs: using: composite steps: - name: Authorize - uses: open-turo/action-git-auth@v2 + uses: open-turo/action-git-auth@v3 if: inputs.github-token != '' with: github-personal-access-token: ${{ inputs.github-token }} diff --git a/release-poetry-package/action.yaml b/release-poetry-package/action.yaml index d4c8284..920da30 100644 --- a/release-poetry-package/action.yaml +++ b/release-poetry-package/action.yaml @@ -49,7 +49,7 @@ runs: fetch-depth: 0 persist-credentials: false - 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: Set node.js version