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 }}