diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b938694d..b1213d644 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: git add . && git commit -a -m "step-cli ${{ needs.create_release.outputs.vversion }} reference update" - name: Push changes - uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0 + uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0 with: github_token: ${{ secrets.DOCS_PAT }} branch: 'main'