From 8908bc1150b3df603cd526f8af8182b455631342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:50:26 +0000 Subject: [PATCH] chore(deps): update nkoppel/push-files-to-another-repository action to v1.1.4 --- .github/workflows/bump_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 899fc79a..9ef2bee7 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -47,7 +47,7 @@ jobs: git pull $remote_repo $CURRENT_BRANCH git push $remote_repo HEAD:$CURRENT_BRANCH --follow-tags --tags - name: Push generated doc to doc repo - uses: nkoppel/push-files-to-another-repository@v1.1.3 + uses: nkoppel/push-files-to-another-repository@v1.1.4 env: API_TOKEN_GITHUB: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: