diff --git a/.github/workflows/bootstrap/action.yml b/.github/workflows/bootstrap/action.yml index cec62c4..07ff848 100644 --- a/.github/workflows/bootstrap/action.yml +++ b/.github/workflows/bootstrap/action.yml @@ -55,4 +55,4 @@ runs: echo "major-version=$(echo ${AGENT_VERSION} | cut -d"." -f1)" >> $GITHUB_OUTPUT # Setup git config - - uses: elastic/apm-pipeline-library/.github/actions/setup-git@current \ No newline at end of file + - uses: elastic/oblt-actions/git/setup@v1 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23e54e6..63de445 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: fetch-depth: 0 - name: Setup git config - uses: elastic/apm-pipeline-library/.github/actions/setup-git@current + uses: elastic/oblt-actions/git/setup@v1 - name: Create GitHub Pull Request if minor release (only for release events) if: ${{ github.event_name == 'release' }}