From 466ded1b0dccb7926d18fce689c5d63164e999ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <68143180+luyanci@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20update-submodule.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-submodule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-submodule.yml b/.github/workflows/update-submodule.yml index 88a6ca1..660d799 100644 --- a/.github/workflows/update-submodule.yml +++ b/.github/workflows/update-submodule.yml @@ -28,14 +28,14 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 #################################### # Run the action against code base # #################################### - name: run action id: run_action - uses: releasehub-com/github-action-create-pr-parent-submodule@v1 + uses: luyanci/github-action-create-pr-parent-submodule@main with: github_token: ${{ secrets.RELEASE_HUB_SECRET }} parent_repository: ${{ env.PARENT_REPOSITORY }}