Skip to content

Commit

Permalink
chore(deps): update open-turo/action-git-auth action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and armand-sauzay committed Dec 18, 2024
1 parent f0e166c commit a27e62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion release-poetry-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a27e62f

Please sign in to comment.